#315862

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

Shades of Casal #315862

Tints of Casal #315862

Color information

#315862 (or 0x315862) is unknown color: approx Casal. HEX triplet: 31, 58 and 62. RGB value is (49,88,98). Sum of RGB (Red+Green+Blue) = 49+88+98=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 98 - color contains mainly: blue. Hex color #315862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315862 is #CEA79D. Grayscale: #4D4D4D. Windows color (decimal): -13543326 or 6445105. OLE color: 6445105.

HSL color Cylindrical-coordinate representation of color #315862: hue angle of 192.24º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #315862 is Cyan = 0.5, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB498898-
CMYK0.50.1000.62
HSL192.24º33.33%28.82%-
HSV(B)192.24º50%38.43%-
XYZ6.968.5112.83-
YUV77.48139.58107.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.85%
GREEN value IS 88 (34.77% from 255) = 37.45%
BLUE value IS 98 (38.67% from 255) = 41.70%
R=20.85%
G=37.45%
B=41.70%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4988980.50.1000.62192.2433.3328.82
Hex31586232A03Ec0211d
Octal6113014262120763004135
Binary11000110110001100010110010101001111101100000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315862; }

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

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

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

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

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

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

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

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