Html Css Color HEX #34209F Blue Gem

📋 copy color: '#34209F'

red 52 ◦ green 32 ◦ blue 159

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

Shades of Blue Gem #34209F

Tints of Blue Gem #34209F

RGB

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

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

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

R = 21.4%
G = 13.17%
B = 65.43%

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

#34209F (or 0x34209F) is known color: Blue Gem. HEX triplet: 34, 20 and 9F. RGB value is (52,32,159). Sum of RGB (Red+Green+Blue) = 52+32+159=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #34209F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34209F is #CBDF60. Grayscale: #333333. Windows color (decimal): -13360993 or 10428468. OLE color: 10428468.

HSL color Cylindrical-coordinate representation of color #34209F: hue angle of 249.45º 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 #34209F is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 32 159 -
CMYK 0.67 0.80 0 0.38
HSL 249.45º 0.66% 0.37% -
HSV(B) 249.45º 0.8% 0.62% -
XYZ 8.19 4.27 33.19 -
YUV 52.46 188.13 127.67 -
System Red Green Blue C M Y K H S L
Decimal 52 32 159 0.67 0.80 0 0.38 249.45 0.66 0.37
Hex 34 20 9F 43 50 0 26 F9 42 25
Octal 64 40 237 103 120 0 46 371 102 45
Binary 110100 100000 10011111 1000011 1010000 0 100110 11111001 1000010 100101

Color Harmonies of #34209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34209F

Black with #34209F

Text Example


Text Example

White with #34209F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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