#4023AB

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

Shades of Blue Gem #4023AB

Tints of Blue Gem #4023AB

Color information

#4023AB (or 0x4023AB) is unknown color: approx Blue Gem. HEX triplet: 40, 23 and AB. RGB value is (64,35,171). Sum of RGB (Red+Green+Blue) = 64+35+171=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #4023AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4023AB is #BFDC54. Grayscale: #3A3A3A. Windows color (decimal): -12573781 or 11215680. OLE color: 11215680.

HSL color Cylindrical-coordinate representation of color #4023AB: hue angle of 252.79º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4023AB is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6435171-
CMYK0.630.8000.33
HSL252.79º66.02%40.39%-
HSV(B)252.79º79.53%67.06%-
XYZ10.075.2339.01-
YUV59.18191.11131.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.70%
GREEN value IS 35 (14.06% from 255) = 12.96%
BLUE value IS 171 (67.19% from 255) = 63.33%
R=23.70%
G=12.96%
B=63.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64351710.630.8000.33252.7966.0240.39
Hex4023AB3F50021fd4228
Octal100432537712004137510250
Binary10000001000111010101111111110100000100001111111011000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4023AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4023AB; }

 p { color: rgb(64,35,171); }

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

<style>
 a { background-color: #4023AB; }

 a { background-color: rgb(64,35,171); }

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

<style>
 span { border-color: #4023AB; }

 span { border-color: rgb(64,35,171); }

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