#3A5B63

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

Shades of Casal #3A5B63

Tints of Casal #3A5B63

Color information

#3A5B63 (or 0x3A5B63) is unknown color: approx Casal. HEX triplet: 3A, 5B and 63. RGB value is (58,91,99). Sum of RGB (Red+Green+Blue) = 58+91+99=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: blue. Hex color #3A5B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5B63 is #C5A49C. Grayscale: #515151. Windows color (decimal): -12952733 or 6511418. OLE color: 6511418.

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

Color convert

RGB589199-
CMYK0.410.0800.61
HSL191.71º26.11%30.78%-
HSV(B)191.71º41.41%38.82%-
XYZ7.749.2813.19-
YUV82.04137.57110.85-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.39%
GREEN value IS 91 (35.94% from 255) = 36.69%
BLUE value IS 99 (39.06% from 255) = 39.92%
R=23.39%
G=36.69%
B=39.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5891990.410.0800.61191.7126.1130.78
Hex3A5B6329803Dc01a1f
Octal7213314351100753003237
Binary1110101011011110001110100110000111101110000001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,91,99); }

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

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

 a { background-color: rgb(58,91,99); }

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

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

 span { border-color: rgb(58,91,99); }

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