Html Css Color HEX #3A2299 Blue Gem

📋 copy color: '#3A2299'

red 58 ◦ green 34 ◦ blue 153

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

Shades of Blue Gem #3A2299

Tints of Blue Gem #3A2299

RGB

 RED value IS 58 (23.05% from 255) = 23.67%

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

 BLUE value IS 153 (60.16% from 255) = 62.45%

R = 23.67%
G = 13.88%
B = 62.45%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3A2299 (or 0x3A2299) is known color: Blue Gem. HEX triplet: 3A, 22 and 99. RGB value is (58,34,153). Sum of RGB (Red+Green+Blue) = 58+34+153=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #3A2299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2299 is #C5DD66. Grayscale: #363636. Windows color (decimal): -12967271 or 10035770. OLE color: 10035770.

HSL color Cylindrical-coordinate representation of color #3A2299: hue angle of 252.1º 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 #3A2299 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 58 34 153 -
CMYK 0.62 0.78 0 0.4
HSL 252.1º 0.64% 0.37% -
HSV(B) 252.1º 0.78% 0.6% -
XYZ 8.07 4.34 30.55 -
YUV 54.74 183.45 130.32 -
System Red Green Blue C M Y K H S L
Decimal 58 34 153 0.62 0.78 0 0.4 252.1 0.64 0.37
Hex 3A 22 99 3E 4E 0 28 FC 40 25
Octal 72 42 231 76 116 0 50 374 100 45
Binary 111010 100010 10011001 111110 1001110 0 101000 11111100 1000000 100101

Color Harmonies of #3A2299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2299

Black with #3A2299

Text Example


Text Example

White with #3A2299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A2299; }

 p { color: rgb(58,34,153); }

 H1.HeaderClassName
 {
   color: #3A2299;
 }
 .AnyTagClassName
 {
   color: #3A2299;
 }
</style>

background-color css

<style>
 a { background-color: #3A2299; }

 a { background-color: rgb(58,34,153); }

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

border-color css

<style>
 span { border-color: #3A2299; }

 span { border-color: rgb(58,34,153); }

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