#394B61

Color #394B61 Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #394B61

Tints of Cello #394B61

Color information

#394B61 (or 0x394B61) is unknown color: approx Cello. HEX triplet: 39, 4B and 61. RGB value is (57,75,97). Sum of RGB (Red+Green+Blue) = 57+75+97=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 97 - color contains mainly: blue. Hex color #394B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394B61 is #C6B49E. Grayscale: #484848. Windows color (decimal): -13022367 or 6376249. OLE color: 6376249.

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

Color convert

RGB577597-
CMYK0.410.2300.62
HSL213º25.97%30.2%-
HSV(B)213º41.24%38.04%-
XYZ6.366.7712.28-
YUV72.13142.04117.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.89%
GREEN value IS 75 (29.69% from 255) = 32.75%
BLUE value IS 97 (38.28% from 255) = 42.36%
R=24.89%
G=32.75%
B=42.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5775970.410.2300.6221325.9730.2
Hex394B61291703Ed51a1e
Octal7111314151270763253236
Binary11100110010111100001101001101110111110110101011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #394B61;
 }
 .AnyTagClassName
 {
   color: #394B61;
 }
</style>
background-color css

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

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

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

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

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

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