Html Css Color HEX #36239E Blue Gem

📋 copy color: '#36239E'

red 54 ◦ green 35 ◦ blue 158

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

Shades of Blue Gem #36239E

Tints of Blue Gem #36239E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.17%

 BLUE value IS 158 (62.11% from 255) = 63.97%

R = 21.86%
G = 14.17%
B = 63.97%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36239E (or 0x36239E) is known color: Blue Gem. HEX triplet: 36, 23 and 9E. RGB value is (54,35,158). Sum of RGB (Red+Green+Blue) = 54+35+158=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 158 (62.11% from 255 or 63.97% from 247); Max value from RGB is 158 - color contains mainly: blue. Hex color #36239E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36239E is #C9DC61. Grayscale: #363636. Windows color (decimal): -13229154 or 10363702. OLE color: 10363702.

HSL color Cylindrical-coordinate representation of color #36239E: hue angle of 249.27º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36239E is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 35 158 -
CMYK 0.66 0.78 0 0.38
HSL 249.27º 0.64% 0.38% -
HSV(B) 249.27º 0.78% 0.62% -
XYZ 8.29 4.45 32.77 -
YUV 54.7 186.29 127.5 -
System Red Green Blue C M Y K H S L
Decimal 54 35 158 0.66 0.78 0 0.38 249.27 0.64 0.38
Hex 36 23 9E 42 4E 0 26 F9 40 26
Octal 66 43 236 102 116 0 46 371 100 46
Binary 110110 100011 10011110 1000010 1001110 0 100110 11111001 1000000 100110

Color Harmonies of #36239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36239E

Black with #36239E

Text Example


Text Example

White with #36239E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,35,158); }

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

background-color css

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

 a { background-color: rgb(54,35,158); }

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

border-color css

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

 span { border-color: rgb(54,35,158); }

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