Html Css Color HEX #3A2596 Blue Gem

📋 copy color: '#3A2596'

red 58 ◦ green 37 ◦ blue 150

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

Shades of Blue Gem #3A2596

Tints of Blue Gem #3A2596

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.1%

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

R = 23.67%
G = 15.1%
B = 61.22%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3A2596 (or 0x3A2596) is known color: Blue Gem. HEX triplet: 3A, 25 and 96. RGB value is (58,37,150). Sum of RGB (Red+Green+Blue) = 58+37+150=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 150 (58.98% from 255 or 61.22% from 245); Max value from RGB is 150 - color contains mainly: blue. Hex color #3A2596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2596 is #C5DA69. Grayscale: #373737. Windows color (decimal): -12966506 or 9839930. OLE color: 9839930.

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

Color convert

RGB 58 37 150 -
CMYK 0.61 0.75 0 0.41
HSL 251.15º 0.6% 0.37% -
HSV(B) 251.15º 0.75% 0.59% -
XYZ 7.91 4.42 29.29 -
YUV 56.16 180.96 129.31 -
System Red Green Blue C M Y K H S L
Decimal 58 37 150 0.61 0.75 0 0.41 251.15 0.6 0.37
Hex 3A 25 96 3D 4B 0 29 FB 3C 25
Octal 72 45 226 75 113 0 51 373 74 45
Binary 111010 100101 10010110 111101 1001011 0 101001 11111011 111100 100101

Color Harmonies of #3A2596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2596

Black with #3A2596

Text Example


Text Example

White with #3A2596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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