#395460

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

Shades of Casal #395460

Tints of Casal #395460

Color information

#395460 (or 0x395460) is unknown color: approx Casal. HEX triplet: 39, 54 and 60. RGB value is (57,84,96). Sum of RGB (Red+Green+Blue) = 57+84+96=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 96 - color contains mainly: blue. Hex color #395460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395460 is #C6AB9F. Grayscale: #4D4D4D. Windows color (decimal): -13020064 or 6313017. OLE color: 6313017.

HSL color Cylindrical-coordinate representation of color #395460: hue angle of 198.46º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #395460 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB578496-
CMYK0.410.1200.62
HSL198.46º25.49%30%-
HSV(B)198.46º40.62%37.65%-
XYZ6.978.0612.25-
YUV77.3138.55113.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.05%
GREEN value IS 84 (33.20% from 255) = 35.44%
BLUE value IS 96 (37.89% from 255) = 40.51%
R=24.05%
G=35.44%
B=40.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5784960.410.1200.62198.4625.4930
Hex39546029C03Ec6191e
Octal7112414051140763063136
Binary1110011010100110000010100111000111110110001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395460; }

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

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

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

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

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

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

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

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