#402FAA

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

Shades of Blue Gem #402FAA

Tints of Blue Gem #402FAA

Color information

#402FAA (or 0x402FAA) is unknown color: approx Blue Gem. HEX triplet: 40, 2F and AA. RGB value is (64,47,170). Sum of RGB (Red+Green+Blue) = 64+47+170=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 47 (18.75% from 255 or 16.73% 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 #402FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402FAA is #BFD055. Grayscale: #414141. Windows color (decimal): -12570710 or 11153216. OLE color: 11153216.

HSL color Cylindrical-coordinate representation of color #402FAA: hue angle of 248.29º degrees, saturation: 0.57, 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 #402FAA is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6447170-
CMYK0.620.7200.33
HSL248.29º56.68%42.55%-
HSV(B)248.29º72.35%66.67%-
XYZ10.396.0338.65-
YUV66.1186.63126.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.78%
GREEN value IS 47 (18.75% from 255) = 16.73%
BLUE value IS 170 (66.80% from 255) = 60.50%
R=22.78%
G=16.73%
B=60.50%

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
Decimal64471700.620.7200.33248.2956.6842.55
Hex402FAA3E48021f8392b
Octal10057252761100413707153
Binary1000000101111101010101111101001000010000111111000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402FAA; }

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

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

<style>
 a { background-color: #402FAA; }

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

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

<style>
 span { border-color: #402FAA; }

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

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