#403AAF

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

Shades of Blue Gem #403AAF

Tints of Blue Gem #403AAF

Color information

#403AAF (or 0x403AAF) is unknown color: approx Blue Gem. HEX triplet: 40, 3A and AF. RGB value is (64,58,175). Sum of RGB (Red+Green+Blue) = 64+58+175=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #403AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403AAF is #BFC550. Grayscale: #484848. Windows color (decimal): -12567889 or 11483712. OLE color: 11483712.

HSL color Cylindrical-coordinate representation of color #403AAF: hue angle of 243.08º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #403AAF is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6458175-
CMYK0.630.6700.31
HSL243.08º50.21%45.69%-
HSV(B)243.08º66.86%68.63%-
XYZ11.377.2141.35-
YUV73.13185.49121.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.55%
GREEN value IS 58 (23.05% from 255) = 19.53%
BLUE value IS 175 (68.75% from 255) = 58.92%
R=21.55%
G=19.53%
B=58.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64581750.630.6700.31243.0850.2145.69
Hex403AAF3F4301Ff3322e
Octal10072257771030373636256
Binary100000011101010101111111111100001101111111110011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403AAF; }

 p { color: rgb(64,58,175); }

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

<style>
 a { background-color: #403AAF; }

 a { background-color: rgb(64,58,175); }

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

<style>
 span { border-color: #403AAF; }

 span { border-color: rgb(64,58,175); }

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