#3C24AA

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

Shades of Blue Gem #3C24AA

Tints of Blue Gem #3C24AA

Color information

#3C24AA (or 0x3C24AA) is unknown color: approx Blue Gem. HEX triplet: 3C, 24 and AA. RGB value is (60,36,170). Sum of RGB (Red+Green+Blue) = 60+36+170=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C24AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C24AA is #C3DB55. Grayscale: #393939. Windows color (decimal): -12835670 or 11150396. OLE color: 11150396.

HSL color Cylindrical-coordinate representation of color #3C24AA: hue angle of 250.75º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C24AA is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6036170-
CMYK0.650.7900.33
HSL250.75º65.05%40.39%-
HSV(B)250.75º78.82%66.67%-
XYZ9.755.1238.51-
YUV58.45190.95129.1-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.56%
GREEN value IS 36 (14.45% from 255) = 13.53%
BLUE value IS 170 (66.80% from 255) = 63.91%
R=22.56%
G=13.53%
B=63.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60361700.650.7900.33250.7565.0540.39
Hex3C24AA414F021fb4128
Octal744425210111704137310150
Binary11110010010010101010100000110011110100001111110111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C24AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,36,170); }

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

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

 a { background-color: rgb(60,36,170); }

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

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

 span { border-color: rgb(60,36,170); }

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