#373C6B

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

Shades of Port Gore #373C6B

Tints of Port Gore #373C6B

Color information

#373C6B (or 0x373C6B) is unknown color: approx Port Gore. HEX triplet: 37, 3C and 6B. RGB value is (55,60,107). Sum of RGB (Red+Green+Blue) = 55+60+107=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #373C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373C6B is #C8C394. Grayscale: #3F3F3F. Windows color (decimal): -13157269 or 7027767. OLE color: 7027767.

HSL color Cylindrical-coordinate representation of color #373C6B: hue angle of 234.23º 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 #373C6B is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5560107-
CMYK0.490.4400.58
HSL234.23º32.1%31.76%-
HSV(B)234.23º48.6%41.96%-
XYZ5.855.1114.59-
YUV63.86152.34121.68-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.77%
GREEN value IS 60 (23.83% from 255) = 27.03%
BLUE value IS 107 (42.19% from 255) = 48.20%
R=24.77%
G=27.03%
B=48.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55601070.490.4400.58234.2332.131.76
Hex373C6B312C03Aea2020
Octal677415361540723524040
Binary1101111111001101011110001101100011101011101010100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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