Html Css Color HEX #3A229C Blue Gem

📋 copy color: '#3A229C'

red 58 ◦ green 34 ◦ blue 156

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

Shades of Blue Gem #3A229C

Tints of Blue Gem #3A229C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 62.9%

R = 23.39%
G = 13.71%
B = 62.9%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3A229C (or 0x3A229C) is known color: Blue Gem. HEX triplet: 3A, 22 and 9C. RGB value is (58,34,156). Sum of RGB (Red+Green+Blue) = 58+34+156=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 156 (61.33% from 255 or 62.90% from 248); Max value from RGB is 156 - color contains mainly: blue. Hex color #3A229C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A229C is #C5DD63. Grayscale: #363636. Windows color (decimal): -12967268 or 10232378. OLE color: 10232378.

HSL color Cylindrical-coordinate representation of color #3A229C: hue angle of 251.8º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A229C is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 58 34 156 -
CMYK 0.63 0.78 0 0.39
HSL 251.8º 0.64% 0.37% -
HSV(B) 251.8º 0.78% 0.61% -
XYZ 8.32 4.44 31.87 -
YUV 55.08 184.95 130.08 -
System Red Green Blue C M Y K H S L
Decimal 58 34 156 0.63 0.78 0 0.39 251.8 0.64 0.37
Hex 3A 22 9C 3F 4E 0 27 FC 40 25
Octal 72 42 234 77 116 0 47 374 100 45
Binary 111010 100010 10011100 111111 1001110 0 100111 11111100 1000000 100101

Color Harmonies of #3A229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A229C

Black with #3A229C

Text Example


Text Example

White with #3A229C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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