#374569

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

Shades of Port Gore #374569

Tints of Port Gore #374569

Color information

#374569 (or 0x374569) is unknown color: approx Port Gore. HEX triplet: 37, 45 and 69. RGB value is (55,69,105). Sum of RGB (Red+Green+Blue) = 55+69+105=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #374569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374569 is #C8BA96. Grayscale: #444444. Windows color (decimal): -13154967 or 6898999. OLE color: 6898999.

HSL color Cylindrical-coordinate representation of color #374569: hue angle of 223.2º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #374569 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5569105-
CMYK0.480.3400.59
HSL223.2º31.25%31.37%-
HSV(B)223.2º47.62%41.18%-
XYZ6.256.0914.21-
YUV68.92148.36118.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.02%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 105 (41.41% from 255) = 45.85%
R=24.02%
G=30.13%
B=45.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55691050.480.3400.59223.231.2531.37
Hex374569302203Bdf1f1f
Octal6710515160420733373737
Binary110111100010111010011100001000100111011110111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374569; }

 p { color: rgb(55,69,105); }

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

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

 a { background-color: rgb(55,69,105); }

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

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

 span { border-color: rgb(55,69,105); }

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