#37426E

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

Shades of Port Gore #37426E

Tints of Port Gore #37426E

Color information

#37426E (or 0x37426E) is unknown color: approx Port Gore. HEX triplet: 37, 42 and 6E. RGB value is (55,66,110). Sum of RGB (Red+Green+Blue) = 55+66+110=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #37426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37426E is #C8BD91. Grayscale: #434343. Windows color (decimal): -13155730 or 7225911. OLE color: 7225911.

HSL color Cylindrical-coordinate representation of color #37426E: hue angle of 228º 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 #37426E is Cyan = 0.5, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5566110-
CMYK0.50.400.57
HSL228º33.33%32.35%-
HSV(B)228º50%43.14%-
XYZ6.345.8315.54-
YUV67.73151.86118.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.81%
GREEN value IS 66 (26.17% from 255) = 28.57%
BLUE value IS 110 (43.36% from 255) = 47.62%
R=23.81%
G=28.57%
B=47.62%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55661100.50.400.5722833.3332.35
Hex37426E3228039e42120
Octal6710215662500713444140
Binary11011110000101101110110010101000011100111100100100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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