Html Css Color HEX #394C5F Cello

📋 copy color: '#394C5F'

red 57 ◦ green 76 ◦ blue 95

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

Shades of Cello #394C5F

Tints of Cello #394C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 41.67%

R = 25%
G = 33.33%
B = 41.67%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#394C5F (or 0x394C5F) is known color: Cello. HEX triplet: 39, 4C and 5F. RGB value is (57,76,95). Sum of RGB (Red+Green+Blue) = 57+76+95=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 95 - color contains mainly: blue. Hex color #394C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C5F is #C6B3A0. Grayscale: #484848. Windows color (decimal): -13022113 or 6245433. OLE color: 6245433.

HSL color Cylindrical-coordinate representation of color #394C5F: hue angle of 210º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #394C5F is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 57 76 95 -
CMYK 0.40 0.20 0 0.63
HSL 210º 0.25% 0.3% -
HSV(B) 210º 0.4% 0.37% -
XYZ 6.34 6.86 11.82 -
YUV 72.49 140.71 116.96 -
System Red Green Blue C M Y K H S L
Decimal 57 76 95 0.40 0.20 0 0.63 210 0.25 0.3
Hex 39 4C 5F 28 14 0 3F D2 19 1E
Octal 71 114 137 50 24 0 77 322 31 36
Binary 111001 1001100 1011111 101000 10100 0 111111 11010010 11001 11110

Color Harmonies of #394C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C5F

Black with #394C5F

Text Example


Text Example

White with #394C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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