Html Css Color HEX #36466E Port Gore

📋 copy color: '#36466E'

red 54 ◦ green 70 ◦ blue 110

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

Shades of Port Gore #36466E

Tints of Port Gore #36466E

RGB

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

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

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

R = 23.08%
G = 29.91%
B = 47.01%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#36466E (or 0x36466E) is known color: Port Gore. HEX triplet: 36, 46 and 6E. RGB value is (54,70,110). Sum of RGB (Red+Green+Blue) = 54+70+110=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 110 - color contains mainly: blue. Hex color #36466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36466E is #C9B991. Grayscale: #454545. Windows color (decimal): -13220242 or 7226934. OLE color: 7226934.

HSL color Cylindrical-coordinate representation of color #36466E: hue angle of 222.86º 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 #36466E is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 70 110 -
CMYK 0.51 0.36 0 0.57
HSL 222.86º 0.34% 0.32% -
HSV(B) 222.86º 0.51% 0.43% -
XYZ 6.53 6.29 15.62 -
YUV 69.78 150.7 116.75 -
System Red Green Blue C M Y K H S L
Decimal 54 70 110 0.51 0.36 0 0.57 222.86 0.34 0.32
Hex 36 46 6E 33 24 0 39 DF 22 20
Octal 66 106 156 63 44 0 71 337 42 40
Binary 110110 1000110 1101110 110011 100100 0 111001 11011111 100010 100000

Color Harmonies of #36466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36466E

Black with #36466E

Text Example


Text Example

White with #36466E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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