#374070

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

Shades of Port Gore #374070

Tints of Port Gore #374070

Color information

#374070 (or 0x374070) is unknown color: approx Port Gore. HEX triplet: 37, 40 and 70. RGB value is (55,64,112). Sum of RGB (Red+Green+Blue) = 55+64+112=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #374070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374070 is #C8BF8F. Grayscale: #424242. Windows color (decimal): -13156240 or 7356471. OLE color: 7356471.

HSL color Cylindrical-coordinate representation of color #374070: hue angle of 230.53º 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 #374070 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5564112-
CMYK0.510.4300.56
HSL230.53º34.13%32.75%-
HSV(B)230.53º50.89%43.92%-
XYZ6.335.6516.09-
YUV66.78153.52119.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.81%
GREEN value IS 64 (25.39% from 255) = 27.71%
BLUE value IS 112 (44.14% from 255) = 48.48%
R=23.81%
G=27.71%
B=48.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55641120.510.4300.56230.5334.1332.75
Hex374070332B038e72221
Octal6710016063530703474241
Binary11011110000001110000110011101011011100011100111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374070; }

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

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

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

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

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

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

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

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