#395567

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

Shades of Cello #395567

Tints of Cello #395567

Color information

#395567 (or 0x395567) is unknown color: approx Cello. HEX triplet: 39, 55 and 67. RGB value is (57,85,103). Sum of RGB (Red+Green+Blue) = 57+85+103=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 103 - color contains mainly: blue. Hex color #395567 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395567 is #C6AA98. Grayscale: #4E4E4E. Windows color (decimal): -13019801 or 6772025. OLE color: 6772025.

HSL color Cylindrical-coordinate representation of color #395567: hue angle of 203.48º 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 #395567 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5785103-
CMYK0.450.1700.60
HSL203.48º28.75%31.37%-
HSV(B)203.48º44.66%40.39%-
XYZ7.388.3514.05-
YUV78.68141.72112.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.27%
GREEN value IS 85 (33.59% from 255) = 34.69%
BLUE value IS 103 (40.62% from 255) = 42.04%
R=23.27%
G=34.69%
B=42.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57851030.450.1700.60203.4828.7531.37
Hex3955672D1103Ccb1d1f
Octal7112514755210743133537
Binary11100110101011100111101101100010111100110010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395567; }

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

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

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

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

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

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

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

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