#37486C

Color #37486C Port Gore (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Port Gore #37486C

Tints of Port Gore #37486C

Color information

#37486C (or 0x37486C) is unknown color: approx Port Gore. HEX triplet: 37, 48 and 6C. RGB value is (55,72,108). Sum of RGB (Red+Green+Blue) = 55+72+108=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 108 (42.58% from 255 or 45.96% from 235); Max value from RGB is 108 - color contains mainly: blue. Hex color #37486C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37486C is #C8B793. Grayscale: #464646. Windows color (decimal): -13154196 or 7096375. OLE color: 7096375.

HSL color Cylindrical-coordinate representation of color #37486C: hue angle of 220.75º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #37486C is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5572108-
CMYK0.490.3300.58
HSL220.75º32.52%31.96%-
HSV(B)220.75º49.07%42.35%-
XYZ6.66.5315.1-
YUV71.02148.87116.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.40%
GREEN value IS 72 (28.52% from 255) = 30.64%
BLUE value IS 108 (42.58% from 255) = 45.96%
R=23.40%
G=30.64%
B=45.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55721080.490.3300.58220.7532.5231.96
Hex37486C312103Add2120
Octal6711015461410723354140
Binary11011110010001101100110001100001011101011011101100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37486C; }

 p { color: rgb(55,72,108); }

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

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

 a { background-color: rgb(55,72,108); }

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

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

 span { border-color: rgb(55,72,108); }

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