Html Css Color HEX #374871 Port Gore

📋 copy color: '#374871'

red 55 ◦ green 72 ◦ blue 113

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

Shades of Port Gore #374871

Tints of Port Gore #374871

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30%

 BLUE value IS 113 (44.53% from 255) = 47.08%

R = 22.92%
G = 30%
B = 47.08%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#374871 (or 0x374871) is known color: Port Gore. HEX triplet: 37, 48 and 71. RGB value is (55,72,113). Sum of RGB (Red+Green+Blue) = 55+72+113=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #374871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374871 is #C8B78E. Grayscale: #474747. Windows color (decimal): -13154191 or 7424055. OLE color: 7424055.

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

Color convert

RGB 55 72 113 -
CMYK 0.51 0.36 0 0.56
HSL 222.41º 0.35% 0.33% -
HSV(B) 222.41º 0.51% 0.44% -
XYZ 6.87 6.64 16.54 -
YUV 71.59 151.37 116.17 -
System Red Green Blue C M Y K H S L
Decimal 55 72 113 0.51 0.36 0 0.56 222.41 0.35 0.33
Hex 37 48 71 33 24 0 38 DE 23 21
Octal 67 110 161 63 44 0 70 336 43 41
Binary 110111 1001000 1110001 110011 100100 0 111000 11011110 100011 100001

Color Harmonies of #374871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374871

Black with #374871

Text Example


Text Example

White with #374871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374871; }

 p { color: rgb(55,72,113); }

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

background-color css

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

 a { background-color: rgb(55,72,113); }

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

border-color css

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

 span { border-color: rgb(55,72,113); }

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