#373F6F

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

Shades of Port Gore #373F6F

Tints of Port Gore #373F6F

Color information

#373F6F (or 0x373F6F) is unknown color: approx Port Gore. HEX triplet: 37, 3F and 6F. RGB value is (55,63,111). Sum of RGB (Red+Green+Blue) = 55+63+111=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 111 - color contains mainly: blue. Hex color #373F6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F6F is #C8C090. Grayscale: #414141. Windows color (decimal): -13156497 or 7290679. OLE color: 7290679.

HSL color Cylindrical-coordinate representation of color #373F6F: hue angle of 231.43º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #373F6F is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5563111-
CMYK0.500.4300.56
HSL231.43º33.73%32.55%-
HSV(B)231.43º50.45%43.53%-
XYZ6.225.5115.78-
YUV66.08153.35120.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.02%
GREEN value IS 63 (25% from 255) = 27.51%
BLUE value IS 111 (43.75% from 255) = 48.47%
R=24.02%
G=27.51%
B=48.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55631110.500.4300.56231.4333.7332.55
Hex373F6F322B038e72221
Octal677715762530703474241
Binary1101111111111101111110010101011011100011100111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373F6F; }

 p { color: rgb(55,63,111); }

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

<style>
 a { background-color: #373F6F; }

 a { background-color: rgb(55,63,111); }

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

<style>
 span { border-color: #373F6F; }

 span { border-color: rgb(55,63,111); }

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