Html Css Color HEX #374271 Port Gore

📋 copy color: '#374271'

red 55 ◦ green 66 ◦ blue 113

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

Shades of Port Gore #374271

Tints of Port Gore #374271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.21%

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

R = 23.5%
G = 28.21%
B = 48.29%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#374271 (or 0x374271) is known color: Port Gore. HEX triplet: 37, 42 and 71. RGB value is (55,66,113). Sum of RGB (Red+Green+Blue) = 55+66+113=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #374271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374271 is #C8BD8E. Grayscale: #434343. Windows color (decimal): -13155727 or 7422519. OLE color: 7422519.

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

Color convert

RGB 55 66 113 -
CMYK 0.51 0.42 0 0.56
HSL 228.62º 0.35% 0.33% -
HSV(B) 228.62º 0.51% 0.44% -
XYZ 6.5 5.9 16.42 -
YUV 68.07 153.36 118.68 -
System Red Green Blue C M Y K H S L
Decimal 55 66 113 0.51 0.42 0 0.56 228.62 0.35 0.33
Hex 37 42 71 33 2A 0 38 E5 23 21
Octal 67 102 161 63 52 0 70 345 43 41
Binary 110111 1000010 1110001 110011 101010 0 111000 11100101 100011 100001

Color Harmonies of #374271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374271

Black with #374271

Text Example


Text Example

White with #374271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374271; }

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

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

background-color css

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

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

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

border-color css

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

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

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