#3A5C61

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

Shades of Casal #3A5C61

Tints of Casal #3A5C61

Color information

#3A5C61 (or 0x3A5C61) is unknown color: approx Casal. HEX triplet: 3A, 5C and 61. RGB value is (58,92,97). Sum of RGB (Red+Green+Blue) = 58+92+97=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 97 - color contains mainly: blue. Hex color #3A5C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5C61 is #C5A39E. Grayscale: #525252. Windows color (decimal): -12952479 or 6380602. OLE color: 6380602.

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

Color convert

RGB589297-
CMYK0.400.0500.62
HSL187.69º25.16%30.39%-
HSV(B)187.69º40.21%38.04%-
XYZ7.739.4212.72-
YUV82.4136.24110.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.48%
GREEN value IS 92 (36.33% from 255) = 37.25%
BLUE value IS 97 (38.28% from 255) = 39.27%
R=23.48%
G=37.25%
B=39.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5892970.400.0500.62187.6925.1630.39
Hex3A5C6128503Ebc191e
Octal721341415050762743136
Binary111010101110011000011010001010111110101111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,92,97); }

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

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

 a { background-color: rgb(58,92,97); }

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

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

 span { border-color: rgb(58,92,97); }

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