#3B5862

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

Shades of Casal #3B5862

Tints of Casal #3B5862

Color information

#3B5862 (or 0x3B5862) is unknown color: approx Casal. HEX triplet: 3B, 58 and 62. RGB value is (59,88,98). Sum of RGB (Red+Green+Blue) = 59+88+98=245 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.08% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 98 - color contains mainly: blue. Hex color #3B5862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5862 is #C4A79D. Grayscale: #505050. Windows color (decimal): -12887966 or 6445115. OLE color: 6445115.

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

Color convert

RGB598898-
CMYK0.400.1000.62
HSL195.38º24.84%30.78%-
HSV(B)195.38º39.8%38.43%-
XYZ7.58.7912.86-
YUV80.47137.89112.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.08%
GREEN value IS 88 (34.77% from 255) = 35.92%
BLUE value IS 98 (38.67% from 255) = 40%
R=24.08%
G=35.92%
B=40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5988980.400.1000.62195.3824.8430.78
Hex3B586228A03Ec3191f
Octal7313014250120763033137
Binary1110111011000110001010100010100111110110000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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