Html Css Color HEX #34229F Blue Gem

📋 copy color: '#34229F'

red 52 ◦ green 34 ◦ blue 159

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

Shades of Blue Gem #34229F

Tints of Blue Gem #34229F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 64.9%

R = 21.22%
G = 13.88%
B = 64.9%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34229F (or 0x34229F) is known color: Blue Gem. HEX triplet: 34, 22 and 9F. RGB value is (52,34,159). Sum of RGB (Red+Green+Blue) = 52+34+159=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #34229F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34229F is #CBDD60. Grayscale: #353535. Windows color (decimal): -13360481 or 10428980. OLE color: 10428980.

HSL color Cylindrical-coordinate representation of color #34229F: hue angle of 248.64º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34229F is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 34 159 -
CMYK 0.67 0.79 0 0.38
HSL 248.64º 0.65% 0.38% -
HSV(B) 248.64º 0.79% 0.62% -
XYZ 8.25 4.38 33.21 -
YUV 53.63 187.46 126.84 -
System Red Green Blue C M Y K H S L
Decimal 52 34 159 0.67 0.79 0 0.38 248.64 0.65 0.38
Hex 34 22 9F 43 4F 0 26 F9 41 26
Octal 64 42 237 103 117 0 46 371 101 46
Binary 110100 100010 10011111 1000011 1001111 0 100110 11111001 1000001 100110

Color Harmonies of #34229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34229F

Black with #34229F

Text Example


Text Example

White with #34229F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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