#4030AA

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

Shades of Blue Gem #4030AA

Tints of Blue Gem #4030AA

Color information

#4030AA (or 0x4030AA) is unknown color: approx Blue Gem. HEX triplet: 40, 30 and AA. RGB value is (64,48,170). Sum of RGB (Red+Green+Blue) = 64+48+170=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #4030AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4030AA is #BFCF55. Grayscale: #424242. Windows color (decimal): -12570454 or 11153472. OLE color: 11153472.

HSL color Cylindrical-coordinate representation of color #4030AA: hue angle of 247.87º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4030AA is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6448170-
CMYK0.620.7200.33
HSL247.87º55.96%42.75%-
HSV(B)247.87º71.76%66.67%-
XYZ10.436.1138.66-
YUV66.69186.3126.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.70%
GREEN value IS 48 (19.14% from 255) = 17.02%
BLUE value IS 170 (66.80% from 255) = 60.28%
R=22.70%
G=17.02%
B=60.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64481700.620.7200.33247.8755.9642.75
Hex4030AA3E48021f8382b
Octal10060252761100413707053
Binary1000000110000101010101111101001000010000111111000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4030AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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