#3A24A5

Color #3A24A5 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #3A24A5

Tints of Blue Gem #3A24A5

Color information

#3A24A5 (or 0x3A24A5) is unknown color: approx Blue Gem. HEX triplet: 3A, 24 and A5. RGB value is (58,36,165). Sum of RGB (Red+Green+Blue) = 58+36+165=259 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.39% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 165 (64.84% from 255 or 63.71% from 259); Max value from RGB is 165 - color contains mainly: blue. Hex color #3A24A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A24A5 is #C5DB5A. Grayscale: #383838. Windows color (decimal): -12966747 or 10822714. OLE color: 10822714.

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

Color convert

RGB5836165-
CMYK0.650.7800.35
HSL250.23º64.18%39.41%-
HSV(B)250.23º78.18%64.71%-
XYZ9.174.8836.06-
YUV57.28188.79128.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.39%
GREEN value IS 36 (14.45% from 255) = 13.90%
BLUE value IS 165 (64.84% from 255) = 63.71%
R=22.39%
G=13.90%
B=63.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal58361650.650.7800.35250.2364.1839.41
Hex3A24A5414E023fa4027
Octal724424510111604337210047
Binary11101010010010100101100000110011100100011111110101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A24A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,36,165); }

 H1.HeaderClassName
 {
   color: #3A24A5;
 }
 .AnyTagClassName
 {
   color: #3A24A5;
 }
</style>
background-color css

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

 a { background-color: rgb(58,36,165); }

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

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

 span { border-color: rgb(58,36,165); }

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