Html Css Color HEX #36239D Blue Gem

📋 copy color: '#36239D'

red 54 ◦ green 35 ◦ blue 157

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

Shades of Blue Gem #36239D

Tints of Blue Gem #36239D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 63.82%

R = 21.95%
G = 14.23%
B = 63.82%

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

#36239D (or 0x36239D) is known color: Blue Gem. HEX triplet: 36, 23 and 9D. RGB value is (54,35,157). Sum of RGB (Red+Green+Blue) = 54+35+157=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 157 (61.72% from 255 or 63.82% from 246); Max value from RGB is 157 - color contains mainly: blue. Hex color #36239D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36239D is #C9DC62. Grayscale: #363636. Windows color (decimal): -13229155 or 10298166. OLE color: 10298166.

HSL color Cylindrical-coordinate representation of color #36239D: hue angle of 249.34º 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 #36239D is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 35 157 -
CMYK 0.66 0.78 0 0.38
HSL 249.34º 0.64% 0.38% -
HSV(B) 249.34º 0.78% 0.62% -
XYZ 8.21 4.42 32.32 -
YUV 54.59 185.79 127.58 -
System Red Green Blue C M Y K H S L
Decimal 54 35 157 0.66 0.78 0 0.38 249.34 0.64 0.38
Hex 36 23 9D 42 4E 0 26 F9 40 26
Octal 66 43 235 102 116 0 46 371 100 46
Binary 110110 100011 10011101 1000010 1001110 0 100110 11111001 1000000 100110

Color Harmonies of #36239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36239D

Black with #36239D

Text Example


Text Example

White with #36239D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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