#37416B

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

Shades of Port Gore #37416B

Tints of Port Gore #37416B

Color information

#37416B (or 0x37416B) is unknown color: approx Port Gore. HEX triplet: 37, 41 and 6B. RGB value is (55,65,107). Sum of RGB (Red+Green+Blue) = 55+65+107=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #37416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37416B is #C8BE94. Grayscale: #424242. Windows color (decimal): -13155989 or 7029047. OLE color: 7029047.

HSL color Cylindrical-coordinate representation of color #37416B: hue angle of 228.46º degrees, saturation: 0.32, 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 #37416B is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5565107-
CMYK0.490.3900.58
HSL228.46º32.1%31.76%-
HSV(B)228.46º48.6%41.96%-
XYZ6.125.6514.68-
YUV66.8150.69119.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.23%
GREEN value IS 65 (25.78% from 255) = 28.63%
BLUE value IS 107 (42.19% from 255) = 47.14%
R=24.23%
G=28.63%
B=47.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55651070.490.3900.58228.4632.131.76
Hex37416B312703Ae42020
Octal6710115361470723444040
Binary11011110000011101011110001100111011101011100100100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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