#3B5A62

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

Shades of Casal #3B5A62

Tints of Casal #3B5A62

Color information

#3B5A62 (or 0x3B5A62) is unknown color: approx Casal. HEX triplet: 3B, 5A and 62. RGB value is (59,90,98). Sum of RGB (Red+Green+Blue) = 59+90+98=247 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.89% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 98 - color contains mainly: blue. Hex color #3B5A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5A62 is #C4A59D. Grayscale: #515151. Windows color (decimal): -12887454 or 6445627. OLE color: 6445627.

HSL color Cylindrical-coordinate representation of color #3B5A62: hue angle of 192.31º 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 #3B5A62 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB599098-
CMYK0.400.0800.62
HSL192.31º24.84%30.78%-
HSV(B)192.31º39.8%38.43%-
XYZ7.669.1212.91-
YUV81.64137.23111.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.89%
GREEN value IS 90 (35.55% from 255) = 36.44%
BLUE value IS 98 (38.67% from 255) = 39.68%
R=23.89%
G=36.44%
B=39.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5990980.400.0800.62192.3124.8430.78
Hex3B5A6228803Ec0191f
Octal7313214250100763003137
Binary1110111011010110001010100010000111110110000001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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