Html Css Color HEX #34209D Blue Gem

📋 copy color: '#34209D'

red 52 ◦ green 32 ◦ blue 157

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

Shades of Blue Gem #34209D

Tints of Blue Gem #34209D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.28%

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

R = 21.58%
G = 13.28%
B = 65.15%

CMYK

 C value IS 0.67

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34209D (or 0x34209D) is known color: Blue Gem. HEX triplet: 34, 20 and 9D. RGB value is (52,32,157). Sum of RGB (Red+Green+Blue) = 52+32+157=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #34209D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34209D is #CBDF62. Grayscale: #333333. Windows color (decimal): -13360995 or 10297396. OLE color: 10297396.

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

Color convert

RGB 52 32 157 -
CMYK 0.67 0.80 0 0.38
HSL 249.6º 0.66% 0.37% -
HSV(B) 249.6º 0.8% 0.62% -
XYZ 8.02 4.2 32.29 -
YUV 52.23 187.13 127.84 -
System Red Green Blue C M Y K H S L
Decimal 52 32 157 0.67 0.80 0 0.38 249.6 0.66 0.37
Hex 34 20 9D 43 50 0 26 FA 42 25
Octal 64 40 235 103 120 0 46 372 102 45
Binary 110100 100000 10011101 1000011 1010000 0 100110 11111010 1000010 100101

Color Harmonies of #34209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34209D

Black with #34209D

Text Example


Text Example

White with #34209D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,32,157); }

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

background-color css

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

 a { background-color: rgb(52,32,157); }

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

border-color css

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

 span { border-color: rgb(52,32,157); }

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