Html Css Color HEX #37466F Port Gore

📋 copy color: '#37466F'

red 55 ◦ green 70 ◦ blue 111

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

Shades of Port Gore #37466F

Tints of Port Gore #37466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.66%

 BLUE value IS 111 (43.75% from 255) = 47.03%

R = 23.31%
G = 29.66%
B = 47.03%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#37466F (or 0x37466F) is known color: Port Gore. HEX triplet: 37, 46 and 6F. RGB value is (55,70,111). Sum of RGB (Red+Green+Blue) = 55+70+111=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 111 - color contains mainly: blue. Hex color #37466F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37466F is #C8B990. Grayscale: #464646. Windows color (decimal): -13154705 or 7292471. OLE color: 7292471.

HSL color Cylindrical-coordinate representation of color #37466F: hue angle of 223.93º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37466F is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 70 111 -
CMYK 0.50 0.37 0 0.56
HSL 223.93º 0.34% 0.33% -
HSV(B) 223.93º 0.5% 0.44% -
XYZ 6.63 6.34 15.91 -
YUV 70.19 151.03 117.17 -
System Red Green Blue C M Y K H S L
Decimal 55 70 111 0.50 0.37 0 0.56 223.93 0.34 0.33
Hex 37 46 6F 32 25 0 38 E0 22 21
Octal 67 106 157 62 45 0 70 340 42 41
Binary 110111 1000110 1101111 110010 100101 0 111000 11100000 100010 100001

Color Harmonies of #37466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37466F

Black with #37466F

Text Example


Text Example

White with #37466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37466F; }

 p { color: rgb(55,70,111); }

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

background-color css

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

 a { background-color: rgb(55,70,111); }

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

border-color css

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

 span { border-color: rgb(55,70,111); }

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