Html Css Color HEX #394C62 Cello

📋 copy color: '#394C62'

red 57 ◦ green 76 ◦ blue 98

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

Shades of Cello #394C62

Tints of Cello #394C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.42%

R = 24.68%
G = 32.9%
B = 42.42%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#394C62 (or 0x394C62) is known color: Cello. HEX triplet: 39, 4C and 62. RGB value is (57,76,98). Sum of RGB (Red+Green+Blue) = 57+76+98=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 98 - color contains mainly: blue. Hex color #394C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C62 is #C6B39D. Grayscale: #484848. Windows color (decimal): -13022110 or 6442041. OLE color: 6442041.

HSL color Cylindrical-coordinate representation of color #394C62: hue angle of 212.2º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #394C62 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 76 98 -
CMYK 0.42 0.22 0 0.62
HSL 212.2º 0.26% 0.3% -
HSV(B) 212.2º 0.42% 0.38% -
XYZ 6.48 6.92 12.55 -
YUV 72.83 142.21 116.71 -
System Red Green Blue C M Y K H S L
Decimal 57 76 98 0.42 0.22 0 0.62 212.2 0.26 0.3
Hex 39 4C 62 2A 16 0 3E D4 1A 1E
Octal 71 114 142 52 26 0 76 324 32 36
Binary 111001 1001100 1100010 101010 10110 0 111110 11010100 11010 11110

Color Harmonies of #394C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C62

Black with #394C62

Text Example


Text Example

White with #394C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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