#394F6C

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

Shades of Cello #394F6C

Tints of Cello #394F6C

Color information

#394F6C (or 0x394F6C) is unknown color: approx Cello. HEX triplet: 39, 4F and 6C. RGB value is (57,79,108). Sum of RGB (Red+Green+Blue) = 57+79+108=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #394F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394F6C is #C6B093. Grayscale: #4B4B4B. Windows color (decimal): -13021332 or 7098169. OLE color: 7098169.

HSL color Cylindrical-coordinate representation of color #394F6C: hue angle of 214.12º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #394F6C is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5779108-
CMYK0.470.2700.58
HSL214.12º30.91%32.35%-
HSV(B)214.12º47.22%42.35%-
XYZ7.197.5415.26-
YUV75.73146.21114.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.36%
GREEN value IS 79 (31.25% from 255) = 32.38%
BLUE value IS 108 (42.58% from 255) = 44.26%
R=23.36%
G=32.38%
B=44.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57791080.470.2700.58214.1230.9132.35
Hex394F6C2F1B03Ad61f20
Octal7111715457330723263740
Binary111001100111111011001011111101101110101101011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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