#395267

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

Shades of Cello #395267

Tints of Cello #395267

Color information

#395267 (or 0x395267) is unknown color: approx Cello. HEX triplet: 39, 52 and 67. RGB value is (57,82,103). Sum of RGB (Red+Green+Blue) = 57+82+103=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 103 - color contains mainly: blue. Hex color #395267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395267 is #C6AD98. Grayscale: #4C4C4C. Windows color (decimal): -13020569 or 6771257. OLE color: 6771257.

HSL color Cylindrical-coordinate representation of color #395267: hue angle of 207.39º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #395267 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5782103-
CMYK0.450.2000.60
HSL207.39º28.75%31.37%-
HSV(B)207.39º44.66%40.39%-
XYZ7.157.8813.98-
YUV76.92142.72113.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.55%
GREEN value IS 82 (32.42% from 255) = 33.88%
BLUE value IS 103 (40.62% from 255) = 42.56%
R=23.55%
G=33.88%
B=42.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57821030.450.2000.60207.3928.7531.37
Hex3952672D1403Ccf1d1f
Octal7112214755240743173537
Binary11100110100101100111101101101000111100110011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395267; }

 p { color: rgb(57,82,103); }

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

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

 a { background-color: rgb(57,82,103); }

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

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

 span { border-color: rgb(57,82,103); }

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