Html Css Color HEX #36229A Blue Gem

📋 copy color: '#36229A'

red 54 ◦ green 34 ◦ blue 154

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

Shades of Blue Gem #36229A

Tints of Blue Gem #36229A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 63.64%

R = 22.31%
G = 14.05%
B = 63.64%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#36229A (or 0x36229A) is known color: Blue Gem. HEX triplet: 36, 22 and 9A. RGB value is (54,34,154). Sum of RGB (Red+Green+Blue) = 54+34+154=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 154 (60.55% from 255 or 63.64% from 242); Max value from RGB is 154 - color contains mainly: blue. Hex color #36229A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36229A is #C9DD65. Grayscale: #353535. Windows color (decimal): -13229414 or 10101302. OLE color: 10101302.

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

Color convert

RGB 54 34 154 -
CMYK 0.65 0.78 0 0.40
HSL 250º 0.64% 0.37% -
HSV(B) 250º 0.78% 0.6% -
XYZ 7.93 4.26 30.98 -
YUV 53.66 184.63 128.24 -
System Red Green Blue C M Y K H S L
Decimal 54 34 154 0.65 0.78 0 0.40 250 0.64 0.37
Hex 36 22 9A 41 4E 0 28 FA 40 25
Octal 66 42 232 101 116 0 50 372 100 45
Binary 110110 100010 10011010 1000001 1001110 0 101000 11111010 1000000 100101

Color Harmonies of #36229A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36229A

Black with #36229A

Text Example


Text Example

White with #36229A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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