#37505A

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

Shades of Casal #37505A

Tints of Casal #37505A

Color information

#37505A (or 0x37505A) is unknown color: approx Casal. HEX triplet: 37, 50 and 5A. RGB value is (55,80,90). Sum of RGB (Red+Green+Blue) = 55+80+90=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 90 - color contains mainly: blue. Hex color #37505A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37505A is #C8AFA5. Grayscale: #494949. Windows color (decimal): -13152166 or 5918775. OLE color: 5918775.

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

Color convert

RGB558090-
CMYK0.390.1100.65
HSL197.14º24.14%28.43%-
HSV(B)197.14º38.89%35.29%-
XYZ6.297.2910.75-
YUV73.66137.22114.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 80 (31.64% from 255) = 35.56%
BLUE value IS 90 (35.55% from 255) = 40%
R=24.44%
G=35.56%
B=40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5580900.390.1100.65197.1424.1428.43
Hex37505A27B041c5181c
Octal67120132471301013053034
Binary11011110100001011010100111101101000001110001011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37505A; }

 p { color: rgb(55,80,90); }

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

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

 a { background-color: rgb(55,80,90); }

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

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

 span { border-color: rgb(55,80,90); }

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