#4033AA

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

Shades of Blue Gem #4033AA

Tints of Blue Gem #4033AA

Color information

#4033AA (or 0x4033AA) is unknown color: approx Blue Gem. HEX triplet: 40, 33 and AA. RGB value is (64,51,170). Sum of RGB (Red+Green+Blue) = 64+51+170=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #4033AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4033AA is #BFCC55. Grayscale: #434343. Windows color (decimal): -12569686 or 11154240. OLE color: 11154240.

HSL color Cylindrical-coordinate representation of color #4033AA: hue angle of 246.55º 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 #4033AA is Cyan = 0.62, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6451170-
CMYK0.620.700.33
HSL246.55º53.85%43.33%-
HSV(B)246.55º70%66.67%-
XYZ10.556.3638.7-
YUV68.45185.31124.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.46%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 170 (66.80% from 255) = 59.65%
R=22.46%
G=17.89%
B=59.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64511700.620.700.33246.5553.8543.33
Hex4033AA3E46021f7362b
Octal10063252761060413676653
Binary1000000110011101010101111101000110010000111110111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4033AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4033AA; }

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

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

<style>
 a { background-color: #4033AA; }

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

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

<style>
 span { border-color: #4033AA; }

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

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