#374370

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

Shades of Port Gore #374370

Tints of Port Gore #374370

Color information

#374370 (or 0x374370) is unknown color: approx Port Gore. HEX triplet: 37, 43 and 70. RGB value is (55,67,112). Sum of RGB (Red+Green+Blue) = 55+67+112=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #374370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374370 is #C8BC8F. Grayscale: #444444. Windows color (decimal): -13155472 or 7357239. OLE color: 7357239.

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

Color convert

RGB5567112-
CMYK0.510.4000.56
HSL227.37º34.13%32.75%-
HSV(B)227.37º50.89%43.92%-
XYZ6.51616.14-
YUV68.54152.52118.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.50%
GREEN value IS 67 (26.56% from 255) = 28.63%
BLUE value IS 112 (44.14% from 255) = 47.86%
R=23.50%
G=28.63%
B=47.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55671120.510.4000.56227.3734.1332.75
Hex3743703328038e32221
Octal6710316063500703434241
Binary11011110000111110000110011101000011100011100011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374370; }

 p { color: rgb(55,67,112); }

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

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

 a { background-color: rgb(55,67,112); }

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

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

 span { border-color: rgb(55,67,112); }

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