Html Css Color HEX #385468 Cello

📋 copy color: '#385468'

red 56 ◦ green 84 ◦ blue 104

#385468
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cello #385468

Tints of Cello #385468

RGB

 RED value IS 56 (22.27% from 255) = 22.95%

 GREEN value IS 84 (33.2% from 255) = 34.43%

 BLUE value IS 104 (41.02% from 255) = 42.62%

R = 22.95%
G = 34.43%
B = 42.62%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#385468 (or 0x385468) is known color: Cello. HEX triplet: 38, 54 and 68. RGB value is (56,84,104). Sum of RGB (Red+Green+Blue) = 56+84+104=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 104 - color contains mainly: blue. Hex color #385468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385468 is #C7AB97. Grayscale: #4D4D4D. Windows color (decimal): -13085592 or 6837304. OLE color: 6837304.

HSL color Cylindrical-coordinate representation of color #385468: hue angle of 205º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #385468 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 84 104 -
CMYK 0.46 0.19 0 0.59
HSL 205º 0.3% 0.31% -
HSV(B) 205º 0.46% 0.41% -
XYZ 7.3 8.18 14.29 -
YUV 77.91 142.72 112.37 -
System Red Green Blue C M Y K H S L
Decimal 56 84 104 0.46 0.19 0 0.59 205 0.3 0.31
Hex 38 54 68 2E 13 0 3B CD 1E 1F
Octal 70 124 150 56 23 0 73 315 36 37
Binary 111000 1010100 1101000 101110 10011 0 111011 11001101 11110 11111

Color Harmonies of #385468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385468

Black with #385468

Text Example


Text Example

White with #385468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385468; }

 p { color: rgb(56,84,104); }

 H1.HeaderClassName
 {
   color: #385468;
 }
 .AnyTagClassName
 {
   color: #385468;
 }
</style>

background-color css

<style>
 a { background-color: #385468; }

 a { background-color: rgb(56,84,104); }

 div.DivClassName
 {
   background-color: #385468;
 }
 .BgClassName
 {
   background-color: #385468;
 }
</style>

border-color css

<style>
 span { border-color: #385468; }

 span { border-color: rgb(56,84,104); }

 td.TdClassName
 {
   border-color: #385468;
 }
 .TagClassName
 {
   border-color: #385468;
 }
</style>