#375159

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

Shades of Casal #375159

Tints of Casal #375159

Color information

#375159 (or 0x375159) is unknown color: approx Casal. HEX triplet: 37, 51 and 59. RGB value is (55,81,89). Sum of RGB (Red+Green+Blue) = 55+81+89=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #375159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375159 is #C8AEA6. Grayscale: #4A4A4A. Windows color (decimal): -13151911 or 5853495. OLE color: 5853495.

HSL color Cylindrical-coordinate representation of color #375159: hue angle of 194.12º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #375159 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB558189-
CMYK0.380.0900.65
HSL194.12º23.61%28.24%-
HSV(B)194.12º38.2%34.9%-
XYZ6.327.4210.55-
YUV74.14136.39114.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 81 (32.03% from 255) = 36%
BLUE value IS 89 (35.16% from 255) = 39.56%
R=24.44%
G=36%
B=39.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5581890.380.0900.65194.1223.6128.24
Hex375159269041c2181c
Octal67121131461101013023034
Binary11011110100011011001100110100101000001110000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375159; }

 p { color: rgb(55,81,89); }

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

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

 a { background-color: rgb(55,81,89); }

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

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

 span { border-color: rgb(55,81,89); }

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