#37426D

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

Shades of Port Gore #37426D

Tints of Port Gore #37426D

Color information

#37426D (or 0x37426D) is unknown color: approx Port Gore. HEX triplet: 37, 42 and 6D. RGB value is (55,66,109). Sum of RGB (Red+Green+Blue) = 55+66+109=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #37426D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37426D is #C8BD92. Grayscale: #434343. Windows color (decimal): -13155731 or 7160375. OLE color: 7160375.

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

Color convert

RGB5566109-
CMYK0.500.3900.57
HSL227.78º32.93%32.16%-
HSV(B)227.78º49.54%42.75%-
XYZ6.285.8115.26-
YUV67.61151.36119-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.91%
GREEN value IS 66 (26.17% from 255) = 28.70%
BLUE value IS 109 (42.97% from 255) = 47.39%
R=23.91%
G=28.70%
B=47.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55661090.500.3900.57227.7832.9332.16
Hex37426D3227039e42120
Octal6710215562470713444140
Binary11011110000101101101110010100111011100111100100100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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