#395466

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

Shades of Cello #395466

Tints of Cello #395466

Color information

#395466 (or 0x395466) is unknown color: approx Cello. HEX triplet: 39, 54 and 66. RGB value is (57,84,102). Sum of RGB (Red+Green+Blue) = 57+84+102=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 102 - color contains mainly: blue. Hex color #395466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395466 is #C6AB99. Grayscale: #4D4D4D. Windows color (decimal): -13020058 or 6706233. OLE color: 6706233.

HSL color Cylindrical-coordinate representation of color #395466: hue angle of 204º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #395466 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5784102-
CMYK0.440.1800.6
HSL204º28.3%31.18%-
HSV(B)204º44.12%40%-
XYZ7.268.1713.76-
YUV77.98141.55113.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.46%
GREEN value IS 84 (33.20% from 255) = 34.57%
BLUE value IS 102 (40.23% from 255) = 41.98%
R=23.46%
G=34.57%
B=41.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal57841020.440.1800.620428.331.18
Hex3954662C1203Ccc1c1f
Octal7112414654220743143437
Binary11100110101001100110101100100100111100110011001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395466; }

 p { color: rgb(57,84,102); }

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

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

 a { background-color: rgb(57,84,102); }

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

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

 span { border-color: rgb(57,84,102); }

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