#3C33AA

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

Shades of Blue Gem #3C33AA

Tints of Blue Gem #3C33AA

Color information

#3C33AA (or 0x3C33AA) is unknown color: approx Blue Gem. HEX triplet: 3C, 33 and AA. RGB value is (60,51,170). Sum of RGB (Red+Green+Blue) = 60+51+170=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C33AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C33AA is #C3CC55. Grayscale: #424242. Windows color (decimal): -12831830 or 11154236. OLE color: 11154236.

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

Color convert

RGB6051170-
CMYK0.650.700.33
HSL244.54º53.85%43.33%-
HSV(B)244.54º70%66.67%-
XYZ10.36.2338.69-
YUV67.26185.98122.82-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.35%
GREEN value IS 51 (20.31% from 255) = 18.15%
BLUE value IS 170 (66.80% from 255) = 60.50%
R=21.35%
G=18.15%
B=60.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60511700.650.700.33244.5453.8543.33
Hex3C33AA4146021f5362b
Octal74632521011060413656653
Binary1111001100111010101010000011000110010000111110101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C33AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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