Html Css Color HEX #34229C Blue Gem

📋 copy color: '#34229C'

red 52 ◦ green 34 ◦ blue 156

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

Shades of Blue Gem #34229C

Tints of Blue Gem #34229C

RGB

 RED value IS 52 (20.7% from 255) = 21.49%

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

 BLUE value IS 156 (61.33% from 255) = 64.46%

R = 21.49%
G = 14.05%
B = 64.46%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34229C (or 0x34229C) is known color: Blue Gem. HEX triplet: 34, 22 and 9C. RGB value is (52,34,156). Sum of RGB (Red+Green+Blue) = 52+34+156=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 156 (61.33% from 255 or 64.46% from 242); Max value from RGB is 156 - color contains mainly: blue. Hex color #34229C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34229C is #CBDD63. Grayscale: #343434. Windows color (decimal): -13360484 or 10232372. OLE color: 10232372.

HSL color Cylindrical-coordinate representation of color #34229C: hue angle of 248.85º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34229C is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 34 156 -
CMYK 0.67 0.78 0 0.39
HSL 248.85º 0.64% 0.37% -
HSV(B) 248.85º 0.78% 0.61% -
XYZ 7.99 4.27 31.86 -
YUV 53.29 185.96 127.08 -
System Red Green Blue C M Y K H S L
Decimal 52 34 156 0.67 0.78 0 0.39 248.85 0.64 0.37
Hex 34 22 9C 43 4E 0 27 F9 40 25
Octal 64 42 234 103 116 0 47 371 100 45
Binary 110100 100010 10011100 1000011 1001110 0 100111 11111001 1000000 100101

Color Harmonies of #34229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34229C

Black with #34229C

Text Example


Text Example

White with #34229C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34229C; }

 p { color: rgb(52,34,156); }

 H1.HeaderClassName
 {
   color: #34229C;
 }
 .AnyTagClassName
 {
   color: #34229C;
 }
</style>

background-color css

<style>
 a { background-color: #34229C; }

 a { background-color: rgb(52,34,156); }

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

border-color css

<style>
 span { border-color: #34229C; }

 span { border-color: rgb(52,34,156); }

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