#37456E

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

Shades of Port Gore #37456E

Tints of Port Gore #37456E

Color information

#37456E (or 0x37456E) is unknown color: approx Port Gore. HEX triplet: 37, 45 and 6E. RGB value is (55,69,110). Sum of RGB (Red+Green+Blue) = 55+69+110=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 110 - color contains mainly: blue. Hex color #37456E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37456E is #C8BA91. Grayscale: #454545. Windows color (decimal): -13154962 or 7226679. OLE color: 7226679.

HSL color Cylindrical-coordinate representation of color #37456E: hue angle of 224.73º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37456E is Cyan = 0.5, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5569110-
CMYK0.50.3700.57
HSL224.73º33.33%32.35%-
HSV(B)224.73º50%43.14%-
XYZ6.526.1915.6-
YUV69.49150.86117.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.50%
GREEN value IS 69 (27.34% from 255) = 29.49%
BLUE value IS 110 (43.36% from 255) = 47.01%
R=23.50%
G=29.49%
B=47.01%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55691100.50.3700.57224.7333.3332.35
Hex37456E3225039e12120
Octal6710515662450713414140
Binary11011110001011101110110010100101011100111100001100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37456E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37456E; }

 p { color: rgb(55,69,110); }

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

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

 a { background-color: rgb(55,69,110); }

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

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

 span { border-color: rgb(55,69,110); }

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