#37416E

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

Shades of Port Gore #37416E

Tints of Port Gore #37416E

Color information

#37416E (or 0x37416E) is unknown color: approx Port Gore. HEX triplet: 37, 41 and 6E. RGB value is (55,65,110). Sum of RGB (Red+Green+Blue) = 55+65+110=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 110 - color contains mainly: blue. Hex color #37416E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37416E is #C8BE91. Grayscale: #424242. Windows color (decimal): -13155986 or 7225655. OLE color: 7225655.

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

Color convert

RGB5565110-
CMYK0.50.4100.57
HSL229.09º33.33%32.35%-
HSV(B)229.09º50%43.14%-
XYZ6.285.7215.52-
YUV67.14152.19119.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.91%
GREEN value IS 65 (25.78% from 255) = 28.26%
BLUE value IS 110 (43.36% from 255) = 47.83%
R=23.91%
G=28.26%
B=47.83%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55651100.50.4100.57229.0933.3332.35
Hex37416E3229039e52120
Octal6710115662510713454140
Binary11011110000011101110110010101001011100111100101100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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