Html Css Color HEX #36426E Port Gore

📋 copy color: '#36426E'

red 54 ◦ green 66 ◦ blue 110

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

Shades of Port Gore #36426E

Tints of Port Gore #36426E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.7%

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

R = 23.48%
G = 28.7%
B = 47.83%

CMYK

 C value IS 0.51

 M value IS 0.4

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#36426E (or 0x36426E) is known color: Port Gore. HEX triplet: 36, 42 and 6E. RGB value is (54,66,110). Sum of RGB (Red+Green+Blue) = 54+66+110=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 110 - color contains mainly: blue. Hex color #36426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36426E is #C9BD91. Grayscale: #434343. Windows color (decimal): -13221266 or 7225910. OLE color: 7225910.

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

Color convert

RGB 54 66 110 -
CMYK 0.51 0.4 0 0.57
HSL 227.14º 0.34% 0.32% -
HSV(B) 227.14º 0.51% 0.43% -
XYZ 6.28 5.81 15.54 -
YUV 67.43 152.02 118.42 -
System Red Green Blue C M Y K H S L
Decimal 54 66 110 0.51 0.4 0 0.57 227.14 0.34 0.32
Hex 36 42 6E 33 28 0 39 E3 22 20
Octal 66 102 156 63 50 0 71 343 42 40
Binary 110110 1000010 1101110 110011 101000 0 111001 11100011 100010 100000

Color Harmonies of #36426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36426E

Black with #36426E

Text Example


Text Example

White with #36426E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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