#394B68

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

Shades of Cello #394B68

Tints of Cello #394B68

Color information

#394B68 (or 0x394B68) is unknown color: approx Cello. HEX triplet: 39, 4B and 68. RGB value is (57,75,104). Sum of RGB (Red+Green+Blue) = 57+75+104=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #394B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394B68 is #C6B497. Grayscale: #484848. Windows color (decimal): -13022360 or 6835001. OLE color: 6835001.

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

Color convert

RGB5775104-
CMYK0.450.2800.59
HSL217.02º29.19%31.57%-
HSV(B)217.02º45.19%40.78%-
XYZ6.76.914.08-
YUV72.92145.54116.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.15%
GREEN value IS 75 (29.69% from 255) = 31.78%
BLUE value IS 104 (41.02% from 255) = 44.07%
R=24.15%
G=31.78%
B=44.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57751040.450.2800.59217.0229.1931.57
Hex394B682D1C03Bd91d20
Octal7111315055340733313540
Binary111001100101111010001011011110001110111101100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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