#394F61

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

Shades of Cello #394F61

Tints of Cello #394F61

Color information

#394F61 (or 0x394F61) is unknown color: approx Cello. HEX triplet: 39, 4F and 61. RGB value is (57,79,97). Sum of RGB (Red+Green+Blue) = 57+79+97=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #394F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394F61 is #C6B09E. Grayscale: #4A4A4A. Windows color (decimal): -13021343 or 6377273. OLE color: 6377273.

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

Color convert

RGB577997-
CMYK0.410.1900.62
HSL207º25.97%30.2%-
HSV(B)207º41.24%38.04%-
XYZ6.647.3212.37-
YUV74.47140.71115.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 79 (31.25% from 255) = 33.91%
BLUE value IS 97 (38.28% from 255) = 41.63%
R=24.46%
G=33.91%
B=41.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5779970.410.1900.6220725.9730.2
Hex394F61291303Ecf1a1e
Octal7111714151230763173236
Binary11100110011111100001101001100110111110110011111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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