#374269

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

Shades of Port Gore #374269

Tints of Port Gore #374269

Color information

#374269 (or 0x374269) is unknown color: approx Port Gore. HEX triplet: 37, 42 and 69. RGB value is (55,66,105). Sum of RGB (Red+Green+Blue) = 55+66+105=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #374269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374269 is #C8BD96. Grayscale: #424242. Windows color (decimal): -13155735 or 6898231. OLE color: 6898231.

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

Color convert

RGB5566105-
CMYK0.480.3700.59
HSL226.8º31.25%31.37%-
HSV(B)226.8º47.62%41.18%-
XYZ6.075.7314.15-
YUV67.16149.36119.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.34%
GREEN value IS 66 (26.17% from 255) = 29.20%
BLUE value IS 105 (41.41% from 255) = 46.46%
R=24.34%
G=29.20%
B=46.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55661050.480.3700.59226.831.2531.37
Hex374269302503Be31f1f
Octal6710215160450733433737
Binary110111100001011010011100001001010111011111000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374269; }

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

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

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

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

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

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

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

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