#395862

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

Shades of Casal #395862

Tints of Casal #395862

Color information

#395862 (or 0x395862) is unknown color: approx Casal. HEX triplet: 39, 58 and 62. RGB value is (57,88,98). Sum of RGB (Red+Green+Blue) = 57+88+98=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 98 - color contains mainly: blue. Hex color #395862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395862 is #C6A79D. Grayscale: #4F4F4F. Windows color (decimal): -13019038 or 6445113. OLE color: 6445113.

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

Color convert

RGB578898-
CMYK0.420.1000.62
HSL194.63º26.45%30.39%-
HSV(B)194.63º41.84%38.43%-
XYZ7.388.7312.85-
YUV79.87138.23111.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.46%
GREEN value IS 88 (34.77% from 255) = 36.21%
BLUE value IS 98 (38.67% from 255) = 40.33%
R=23.46%
G=36.21%
B=40.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5788980.420.1000.62194.6326.4530.39
Hex3958622AA03Ec31a1e
Octal7113014252120763033236
Binary1110011011000110001010101010100111110110000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395862; }

 p { color: rgb(57,88,98); }

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

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

 a { background-color: rgb(57,88,98); }

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

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

 span { border-color: rgb(57,88,98); }

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