Html Css Color HEX #3A2896 Blue Gem

📋 copy color: '#3A2896'

red 58 ◦ green 40 ◦ blue 150

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

Shades of Blue Gem #3A2896

Tints of Blue Gem #3A2896

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.13%

 BLUE value IS 150 (58.98% from 255) = 60.48%

R = 23.39%
G = 16.13%
B = 60.48%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3A2896 (or 0x3A2896) is known color: Blue Gem. HEX triplet: 3A, 28 and 96. RGB value is (58,40,150). Sum of RGB (Red+Green+Blue) = 58+40+150=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #3A2896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2896 is #C5D769. Grayscale: #393939. Windows color (decimal): -12965738 or 9840698. OLE color: 9840698.

HSL color Cylindrical-coordinate representation of color #3A2896: hue angle of 249.82º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A2896 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 58 40 150 -
CMYK 0.61 0.73 0 0.41
HSL 249.82º 0.58% 0.37% -
HSV(B) 249.82º 0.73% 0.59% -
XYZ 8.01 4.62 29.32 -
YUV 57.92 179.96 128.06 -
System Red Green Blue C M Y K H S L
Decimal 58 40 150 0.61 0.73 0 0.41 249.82 0.58 0.37
Hex 3A 28 96 3D 49 0 29 FA 3A 25
Octal 72 50 226 75 111 0 51 372 72 45
Binary 111010 101000 10010110 111101 1001001 0 101001 11111010 111010 100101

Color Harmonies of #3A2896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2896

Black with #3A2896

Text Example


Text Example

White with #3A2896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,40,150); }

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

background-color css

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

 a { background-color: rgb(58,40,150); }

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

border-color css

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

 span { border-color: rgb(58,40,150); }

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