#395465

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

Shades of Cello #395465

Tints of Cello #395465

Color information

#395465 (or 0x395465) is unknown color: approx Cello. HEX triplet: 39, 54 and 65. RGB value is (57,84,101). Sum of RGB (Red+Green+Blue) = 57+84+101=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 101 - color contains mainly: blue. Hex color #395465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395465 is #C6AB9A. Grayscale: #4D4D4D. Windows color (decimal): -13020059 or 6640697. OLE color: 6640697.

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

Color convert

RGB5784101-
CMYK0.440.1700.60
HSL203.18º27.85%30.98%-
HSV(B)203.18º43.56%39.61%-
XYZ7.218.1513.51-
YUV77.86141.05113.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.55%
GREEN value IS 84 (33.20% from 255) = 34.71%
BLUE value IS 101 (39.84% from 255) = 41.74%
R=23.55%
G=34.71%
B=41.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57841010.440.1700.60203.1827.8530.98
Hex3954652C1103Ccb1c1f
Octal7112414554210743133437
Binary11100110101001100101101100100010111100110010111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395465; }

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

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

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

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

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

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

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

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