Html Css Color HEX #374370 Port Gore

📋 copy color: '#374370'

red 55 ◦ green 67 ◦ blue 112

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

Shades of Port Gore #374370

Tints of Port Gore #374370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.63%

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

R = 23.5%
G = 28.63%
B = 47.86%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#374370 (or 0x374370) is known color: Port Gore. HEX triplet: 37, 43 and 70. RGB value is (55,67,112). Sum of RGB (Red+Green+Blue) = 55+67+112=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #374370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374370 is #C8BC8F. Grayscale: #444444. Windows color (decimal): -13155472 or 7357239. OLE color: 7357239.

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

Color convert

RGB 55 67 112 -
CMYK 0.51 0.40 0 0.56
HSL 227.37º 0.34% 0.33% -
HSV(B) 227.37º 0.51% 0.44% -
XYZ 6.51 6 16.14 -
YUV 68.54 152.52 118.34 -
System Red Green Blue C M Y K H S L
Decimal 55 67 112 0.51 0.40 0 0.56 227.37 0.34 0.33
Hex 37 43 70 33 28 0 38 E3 22 21
Octal 67 103 160 63 50 0 70 343 42 41
Binary 110111 1000011 1110000 110011 101000 0 111000 11100011 100010 100001

Color Harmonies of #374370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374370

Black with #374370

Text Example


Text Example

White with #374370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374370; }

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

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

background-color css

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

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

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

border-color css

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

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

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