#3C5862

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

Shades of Casal #3C5862

Tints of Casal #3C5862

Color information

#3C5862 (or 0x3C5862) is unknown color: approx Casal. HEX triplet: 3C, 58 and 62. RGB value is (60,88,98). Sum of RGB (Red+Green+Blue) = 60+88+98=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 98 - color contains mainly: blue. Hex color #3C5862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5862 is #C3A79D. Grayscale: #505050. Windows color (decimal): -12822430 or 6445116. OLE color: 6445116.

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

Color convert

RGB608898-
CMYK0.390.1000.62
HSL195.79º24.05%30.98%-
HSV(B)195.79º38.78%38.43%-
XYZ7.568.8212.86-
YUV80.77137.72113.19-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.39%
GREEN value IS 88 (34.77% from 255) = 35.77%
BLUE value IS 98 (38.67% from 255) = 39.84%
R=24.39%
G=35.77%
B=39.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6088980.390.1000.62195.7924.0530.98
Hex3C586227A03Ec4181f
Octal7413014247120763043037
Binary1111001011000110001010011110100111110110001001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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