#394f69

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

Shades of Cello #394F69

Tints of Cello #394F69

Color information

#394F69 (or 0x394F69) is unknown color: approx Cello. HEX triplet: 39, 4F and 69. RGB value is (57,79,105). Sum of RGB (Red+Green+Blue) = 57+79+105=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 105 - color contains mainly: blue. Hex color #394F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394F69 is #C6B096. Grayscale: #4B4B4B. Windows color (decimal): -13021335 or 6901561. OLE color: 6901561.

HSL color Cylindrical-coordinate representation of color #394F69: hue angle of 212.5º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #394F69 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5779105-
CMYK0.460.2500.59
HSL212.5º29.63%31.76%-
HSV(B)212.5º45.71%41.18%-
XYZ7.037.4814.44-
YUV75.39144.71114.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.65%
GREEN value IS 79 (31.25% from 255) = 32.78%
BLUE value IS 105 (41.41% from 255) = 43.57%
R=23.65%
G=32.78%
B=43.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57791050.460.2500.59212.529.6331.76
Hex394F692E1903Bd41e20
Octal7111715156310733243640
Binary111001100111111010011011101100101110111101010011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394f69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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