Html Css Color HEX #3A2297 Blue Gem

📋 copy color: '#3A2297'

red 58 ◦ green 34 ◦ blue 151

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

Shades of Blue Gem #3A2297

Tints of Blue Gem #3A2297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 62.14%

R = 23.87%
G = 13.99%
B = 62.14%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3A2297 (or 0x3A2297) is known color: Blue Gem. HEX triplet: 3A, 22 and 97. RGB value is (58,34,151). Sum of RGB (Red+Green+Blue) = 58+34+151=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 151 (59.38% from 255 or 62.14% from 243); Max value from RGB is 151 - color contains mainly: blue. Hex color #3A2297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2297 is #C5DD68. Grayscale: #363636. Windows color (decimal): -12967273 or 9904698. OLE color: 9904698.

HSL color Cylindrical-coordinate representation of color #3A2297: hue angle of 252.31º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A2297 is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 58 34 151 -
CMYK 0.62 0.77 0 0.41
HSL 252.31º 0.63% 0.36% -
HSV(B) 252.31º 0.77% 0.59% -
XYZ 7.9 4.28 29.69 -
YUV 54.51 182.45 130.49 -
System Red Green Blue C M Y K H S L
Decimal 58 34 151 0.62 0.77 0 0.41 252.31 0.63 0.36
Hex 3A 22 97 3E 4D 0 29 FC 3F 24
Octal 72 42 227 76 115 0 51 374 77 44
Binary 111010 100010 10010111 111110 1001101 0 101001 11111100 111111 100100

Color Harmonies of #3A2297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2297

Black with #3A2297

Text Example


Text Example

White with #3A2297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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