Html Css Color HEX #36496E Port Gore

📋 copy color: '#36496E'

red 54 ◦ green 73 ◦ blue 110

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

Shades of Port Gore #36496E

Tints of Port Gore #36496E

RGB

 RED value IS 54 (21.48% from 255) = 22.78%

 GREEN value IS 73 (28.91% from 255) = 30.8%

 BLUE value IS 110 (43.36% from 255) = 46.41%

R = 22.78%
G = 30.8%
B = 46.41%

CMYK

 C value IS 0.51

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#36496E (or 0x36496E) is known color: Port Gore. HEX triplet: 36, 49 and 6E. RGB value is (54,73,110). Sum of RGB (Red+Green+Blue) = 54+73+110=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 110 - color contains mainly: blue. Hex color #36496E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36496E is #C9B691. Grayscale: #474747. Windows color (decimal): -13219474 or 7227702. OLE color: 7227702.

HSL color Cylindrical-coordinate representation of color #36496E: hue angle of 219.64º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #36496E is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 73 110 -
CMYK 0.51 0.34 0 0.57
HSL 219.64º 0.34% 0.32% -
HSV(B) 219.64º 0.51% 0.43% -
XYZ 6.72 6.68 15.69 -
YUV 71.54 149.71 115.49 -
System Red Green Blue C M Y K H S L
Decimal 54 73 110 0.51 0.34 0 0.57 219.64 0.34 0.32
Hex 36 49 6E 33 22 0 39 DC 22 20
Octal 66 111 156 63 42 0 71 334 42 40
Binary 110110 1001001 1101110 110011 100010 0 111001 11011100 100010 100000

Color Harmonies of #36496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36496E

Black with #36496E

Text Example


Text Example

White with #36496E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36496E; }

 p { color: rgb(54,73,110); }

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

background-color css

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

 a { background-color: rgb(54,73,110); }

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

border-color css

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

 span { border-color: rgb(54,73,110); }

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