Html Css Color HEX #394C67 Cello

📋 copy color: '#394C67'

red 57 ◦ green 76 ◦ blue 103

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

Shades of Cello #394C67

Tints of Cello #394C67

RGB

 RED value IS 57 (22.66% from 255) = 24.15%

 GREEN value IS 76 (30.08% from 255) = 32.2%

 BLUE value IS 103 (40.63% from 255) = 43.64%

R = 24.15%
G = 32.2%
B = 43.64%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#394C67 (or 0x394C67) is known color: Cello. HEX triplet: 39, 4C and 67. RGB value is (57,76,103). Sum of RGB (Red+Green+Blue) = 57+76+103=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 103 - color contains mainly: blue. Hex color #394C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C67 is #C6B398. Grayscale: #494949. Windows color (decimal): -13022105 or 6769721. OLE color: 6769721.

HSL color Cylindrical-coordinate representation of color #394C67: hue angle of 215.22º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #394C67 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 57 76 103 -
CMYK 0.45 0.26 0 0.60
HSL 215.22º 0.29% 0.31% -
HSV(B) 215.22º 0.45% 0.4% -
XYZ 6.72 7.02 13.83 -
YUV 73.4 144.71 116.3 -
System Red Green Blue C M Y K H S L
Decimal 57 76 103 0.45 0.26 0 0.60 215.22 0.29 0.31
Hex 39 4C 67 2D 1A 0 3C D7 1D 1F
Octal 71 114 147 55 32 0 74 327 35 37
Binary 111001 1001100 1100111 101101 11010 0 111100 11010111 11101 11111

Color Harmonies of #394C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C67

Black with #394C67

Text Example


Text Example

White with #394C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394C67; }

 p { color: rgb(57,76,103); }

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

background-color css

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

 a { background-color: rgb(57,76,103); }

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

border-color css

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

 span { border-color: rgb(57,76,103); }

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