Html Css Color HEX #36446E Port Gore

📋 copy color: '#36446E'

red 54 ◦ green 68 ◦ blue 110

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

Shades of Port Gore #36446E

Tints of Port Gore #36446E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.31%

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

R = 23.28%
G = 29.31%
B = 47.41%

CMYK

 C value IS 0.51

 M value IS 0.38

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#36446E (or 0x36446E) is known color: Port Gore. HEX triplet: 36, 44 and 6E. RGB value is (54,68,110). Sum of RGB (Red+Green+Blue) = 54+68+110=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #36446E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36446E is #C9BB91. Grayscale: #444444. Windows color (decimal): -13220754 or 7226422. OLE color: 7226422.

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

Color convert

RGB 54 68 110 -
CMYK 0.51 0.38 0 0.57
HSL 225º 0.34% 0.32% -
HSV(B) 225º 0.51% 0.43% -
XYZ 6.4 6.04 15.58 -
YUV 68.6 151.36 117.58 -
System Red Green Blue C M Y K H S L
Decimal 54 68 110 0.51 0.38 0 0.57 225 0.34 0.32
Hex 36 44 6E 33 26 0 39 E1 22 20
Octal 66 104 156 63 46 0 71 341 42 40
Binary 110110 1000100 1101110 110011 100110 0 111001 11100001 100010 100000

Color Harmonies of #36446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36446E

Black with #36446E

Text Example


Text Example

White with #36446E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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