#374769

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

Shades of Port Gore #374769

Tints of Port Gore #374769

Color information

#374769 (or 0x374769) is unknown color: approx Port Gore. HEX triplet: 37, 47 and 69. RGB value is (55,71,105). Sum of RGB (Red+Green+Blue) = 55+71+105=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 105 - color contains mainly: blue. Hex color #374769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374769 is #C8B896. Grayscale: #454545. Windows color (decimal): -13154455 or 6899511. OLE color: 6899511.

HSL color Cylindrical-coordinate representation of color #374769: hue angle of 220.8º 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 #374769 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5571105-
CMYK0.480.3200.59
HSL220.8º31.25%31.37%-
HSV(B)220.8º47.62%41.18%-
XYZ6.386.3414.25-
YUV70.09147.7117.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.81%
GREEN value IS 71 (28.12% from 255) = 30.74%
BLUE value IS 105 (41.41% from 255) = 45.45%
R=23.81%
G=30.74%
B=45.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55711050.480.3200.59220.831.2531.37
Hex374769302003Bdd1f1f
Octal6710715160400733353737
Binary110111100011111010011100001000000111011110111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374769; }

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

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

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

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

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

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

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

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