Html Css Color HEX #37486B Port Gore

📋 copy color: '#37486B'

red 55 ◦ green 72 ◦ blue 107

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

Shades of Port Gore #37486B

Tints of Port Gore #37486B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.73%

R = 23.5%
G = 30.77%
B = 45.73%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#37486B (or 0x37486B) is known color: Port Gore. HEX triplet: 37, 48 and 6B. RGB value is (55,72,107). Sum of RGB (Red+Green+Blue) = 55+72+107=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 107 - color contains mainly: blue. Hex color #37486B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37486B is #C8B794. Grayscale: #464646. Windows color (decimal): -13154197 or 7030839. OLE color: 7030839.

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

Color convert

RGB 55 72 107 -
CMYK 0.49 0.33 0 0.58
HSL 220.38º 0.32% 0.32% -
HSV(B) 220.38º 0.49% 0.42% -
XYZ 6.55 6.51 14.82 -
YUV 70.91 148.37 116.65 -
System Red Green Blue C M Y K H S L
Decimal 55 72 107 0.49 0.33 0 0.58 220.38 0.32 0.32
Hex 37 48 6B 31 21 0 3A DC 20 20
Octal 67 110 153 61 41 0 72 334 40 40
Binary 110111 1001000 1101011 110001 100001 0 111010 11011100 100000 100000

Color Harmonies of #37486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37486B

Black with #37486B

Text Example


Text Example

White with #37486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37486B; }

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

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

background-color css

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

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

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

border-color css

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

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

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