Html Css Color HEX #394F62 Cello

📋 copy color: '#394F62'

red 57 ◦ green 79 ◦ blue 98

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

Shades of Cello #394F62

Tints of Cello #394F62

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.76%

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

R = 24.36%
G = 33.76%
B = 41.88%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#394F62 (or 0x394F62) is known color: Cello. HEX triplet: 39, 4F and 62. RGB value is (57,79,98). Sum of RGB (Red+Green+Blue) = 57+79+98=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 98 - color contains mainly: blue. Hex color #394F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394F62 is #C6B09D. Grayscale: #4A4A4A. Windows color (decimal): -13021342 or 6442809. OLE color: 6442809.

HSL color Cylindrical-coordinate representation of color #394F62: hue angle of 207.8º 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 #394F62 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 79 98 -
CMYK 0.42 0.19 0 0.62
HSL 207.8º 0.26% 0.3% -
HSV(B) 207.8º 0.42% 0.38% -
XYZ 6.69 7.34 12.62 -
YUV 74.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 57 79 98 0.42 0.19 0 0.62 207.8 0.26 0.3
Hex 39 4F 62 2A 13 0 3E D0 1A 1E
Octal 71 117 142 52 23 0 76 320 32 36
Binary 111001 1001111 1100010 101010 10011 0 111110 11010000 11010 11110

Color Harmonies of #394F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394F62

Black with #394F62

Text Example


Text Example

White with #394F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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