#4024AF

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

Shades of Blue Gem #4024AF

Tints of Blue Gem #4024AF

Color information

#4024AF (or 0x4024AF) is unknown color: approx Blue Gem. HEX triplet: 40, 24 and AF. RGB value is (64,36,175). Sum of RGB (Red+Green+Blue) = 64+36+175=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 175 (68.75% from 255 or 63.64% from 275); Max value from RGB is 175 - color contains mainly: blue. Hex color #4024AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4024AF is #BFDB50. Grayscale: #3B3B3B. Windows color (decimal): -12573521 or 11478080. OLE color: 11478080.

HSL color Cylindrical-coordinate representation of color #4024AF: hue angle of 252.09º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4024AF is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6436175-
CMYK0.630.7900.31
HSL252.09º65.88%41.37%-
HSV(B)252.09º79.43%68.63%-
XYZ10.485.4541.06-
YUV60.22192.78130.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.27%
GREEN value IS 36 (14.45% from 255) = 13.09%
BLUE value IS 175 (68.75% from 255) = 63.64%
R=23.27%
G=13.09%
B=63.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64361750.630.7900.31252.0965.8841.37
Hex4024AF3F4F01Ffc4229
Octal100442577711703737410251
Binary1000000100100101011111111111001111011111111111001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4024AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4024AF; }

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

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

<style>
 a { background-color: #4024AF; }

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

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

<style>
 span { border-color: #4024AF; }

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

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