Html Css Color HEX #394B62 Cello

📋 copy color: '#394B62'

red 57 ◦ green 75 ◦ blue 98

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

Shades of Cello #394B62

Tints of Cello #394B62

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.61%

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

R = 24.78%
G = 32.61%
B = 42.61%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#394B62 (or 0x394B62) is known color: Cello. HEX triplet: 39, 4B and 62. RGB value is (57,75,98). Sum of RGB (Red+Green+Blue) = 57+75+98=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 98 - color contains mainly: blue. Hex color #394B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394B62 is #C6B49D. Grayscale: #484848. Windows color (decimal): -13022366 or 6441785. OLE color: 6441785.

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

Color convert

RGB 57 75 98 -
CMYK 0.42 0.23 0 0.62
HSL 213.66º 0.26% 0.3% -
HSV(B) 213.66º 0.42% 0.38% -
XYZ 6.41 6.78 12.53 -
YUV 72.24 142.54 117.13 -
System Red Green Blue C M Y K H S L
Decimal 57 75 98 0.42 0.23 0 0.62 213.66 0.26 0.3
Hex 39 4B 62 2A 17 0 3E D6 1A 1E
Octal 71 113 142 52 27 0 76 326 32 36
Binary 111001 1001011 1100010 101010 10111 0 111110 11010110 11010 11110

Color Harmonies of #394B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394B62

Black with #394B62

Text Example


Text Example

White with #394B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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