Html Css Color HEX #36229D Blue Gem

📋 copy color: '#36229D'

red 54 ◦ green 34 ◦ blue 157

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

Shades of Blue Gem #36229D

Tints of Blue Gem #36229D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.88%

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

R = 22.04%
G = 13.88%
B = 64.08%

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

#36229D (or 0x36229D) is known color: Blue Gem. HEX triplet: 36, 22 and 9D. RGB value is (54,34,157). Sum of RGB (Red+Green+Blue) = 54+34+157=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 157 (61.72% from 255 or 64.08% from 245); Max value from RGB is 157 - color contains mainly: blue. Hex color #36229D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36229D is #C9DD62. Grayscale: #353535. Windows color (decimal): -13229411 or 10297910. OLE color: 10297910.

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

Color convert

RGB 54 34 157 -
CMYK 0.66 0.78 0 0.38
HSL 249.76º 0.64% 0.37% -
HSV(B) 249.76º 0.78% 0.62% -
XYZ 8.18 4.36 32.31 -
YUV 54 186.13 128 -
System Red Green Blue C M Y K H S L
Decimal 54 34 157 0.66 0.78 0 0.38 249.76 0.64 0.37
Hex 36 22 9D 42 4E 0 26 FA 40 25
Octal 66 42 235 102 116 0 46 372 100 45
Binary 110110 100010 10011101 1000010 1001110 0 100110 11111010 1000000 100101

Color Harmonies of #36229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36229D

Black with #36229D

Text Example


Text Example

White with #36229D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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