Html Css Color HEX #374970 Port Gore

📋 copy color: '#374970'

red 55 ◦ green 73 ◦ blue 112

#374970
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Port Gore #374970

Tints of Port Gore #374970

RGB

 RED value IS 55 (21.88% from 255) = 22.92%

 GREEN value IS 73 (28.91% from 255) = 30.42%

 BLUE value IS 112 (44.14% from 255) = 46.67%

R = 22.92%
G = 30.42%
B = 46.67%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#374970 (or 0x374970) is known color: Port Gore. HEX triplet: 37, 49 and 70. RGB value is (55,73,112). Sum of RGB (Red+Green+Blue) = 55+73+112=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #374970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374970 is #C8B68F. Grayscale: #474747. Windows color (decimal): -13153936 or 7358775. OLE color: 7358775.

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

Color convert

RGB 55 73 112 -
CMYK 0.51 0.35 0 0.56
HSL 221.05º 0.34% 0.33% -
HSV(B) 221.05º 0.51% 0.44% -
XYZ 6.88 6.75 16.27 -
YUV 72.06 150.54 115.83 -
System Red Green Blue C M Y K H S L
Decimal 55 73 112 0.51 0.35 0 0.56 221.05 0.34 0.33
Hex 37 49 70 33 23 0 38 DD 22 21
Octal 67 111 160 63 43 0 70 335 42 41
Binary 110111 1001001 1110000 110011 100011 0 111000 11011101 100010 100001

Color Harmonies of #374970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374970

Black with #374970

Text Example


Text Example

White with #374970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374970; }

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

 H1.HeaderClassName
 {
   color: #374970;
 }
 .AnyTagClassName
 {
   color: #374970;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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