#3A5862

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

Shades of Casal #3A5862

Tints of Casal #3A5862

Color information

#3A5862 (or 0x3A5862) is unknown color: approx Casal. HEX triplet: 3A, 58 and 62. RGB value is (58,88,98). Sum of RGB (Red+Green+Blue) = 58+88+98=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 98 - color contains mainly: blue. Hex color #3A5862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5862 is #C5A79D. Grayscale: #505050. Windows color (decimal): -12953502 or 6445114. OLE color: 6445114.

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

Color convert

RGB588898-
CMYK0.410.1000.62
HSL195º25.64%30.59%-
HSV(B)195º40.82%38.43%-
XYZ7.448.7612.85-
YUV80.17138.06112.19-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.77%
GREEN value IS 88 (34.77% from 255) = 36.07%
BLUE value IS 98 (38.67% from 255) = 40.16%
R=23.77%
G=36.07%
B=40.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5888980.410.1000.6219525.6430.59
Hex3A586229A03Ec31a1f
Octal7213014251120763033237
Binary1110101011000110001010100110100111110110000111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A5862; }

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

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

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

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

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

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

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

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