#37505B

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

Shades of Casal #37505B

Tints of Casal #37505B

Color information

#37505B (or 0x37505B) is unknown color: approx Casal. HEX triplet: 37, 50 and 5B. RGB value is (55,80,91). Sum of RGB (Red+Green+Blue) = 55+80+91=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 91 - color contains mainly: blue. Hex color #37505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37505B is #C8AFA4. Grayscale: #494949. Windows color (decimal): -13152165 or 5984311. OLE color: 5984311.

HSL color Cylindrical-coordinate representation of color #37505B: hue angle of 198.33º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #37505B is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB558091-
CMYK0.400.1200.64
HSL198.33º24.66%28.63%-
HSV(B)198.33º39.56%35.69%-
XYZ6.337.310.97-
YUV73.78137.72114.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.34%
GREEN value IS 80 (31.64% from 255) = 35.40%
BLUE value IS 91 (35.94% from 255) = 40.27%
R=24.34%
G=35.40%
B=40.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5580910.400.1200.64198.3324.6628.63
Hex37505B28C040c6191d
Octal67120133501401003063135
Binary11011110100001011011101000110001000000110001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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