Html Css Color HEX #37476A Port Gore

📋 copy color: '#37476A'

red 55 ◦ green 71 ◦ blue 106

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

Shades of Port Gore #37476A

Tints of Port Gore #37476A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.6%

 BLUE value IS 106 (41.8% from 255) = 45.69%

R = 23.71%
G = 30.6%
B = 45.69%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#37476A (or 0x37476A) is known color: Port Gore. HEX triplet: 37, 47 and 6A. RGB value is (55,71,106). Sum of RGB (Red+Green+Blue) = 55+71+106=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 106 - color contains mainly: blue. Hex color #37476A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37476A is #C8B895. Grayscale: #464646. Windows color (decimal): -13154454 or 6965047. OLE color: 6965047.

HSL color Cylindrical-coordinate representation of color #37476A: hue angle of 221.18º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #37476A is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 71 106 -
CMYK 0.48 0.33 0 0.58
HSL 221.18º 0.32% 0.32% -
HSV(B) 221.18º 0.48% 0.42% -
XYZ 6.43 6.36 14.52 -
YUV 70.21 148.2 117.15 -
System Red Green Blue C M Y K H S L
Decimal 55 71 106 0.48 0.33 0 0.58 221.18 0.32 0.32
Hex 37 47 6A 30 21 0 3A DD 20 20
Octal 67 107 152 60 41 0 72 335 40 40
Binary 110111 1000111 1101010 110000 100001 0 111010 11011101 100000 100000

Color Harmonies of #37476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37476A

Black with #37476A

Text Example


Text Example

White with #37476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37476A; }

 p { color: rgb(55,71,106); }

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

background-color css

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

 a { background-color: rgb(55,71,106); }

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

border-color css

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

 span { border-color: rgb(55,71,106); }

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