#4025ab

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

Shades of Blue Gem #4025AB

Tints of Blue Gem #4025AB

Color information

#4025AB (or 0x4025AB) is unknown color: approx Blue Gem. HEX triplet: 40, 25 and AB. RGB value is (64,37,171). Sum of RGB (Red+Green+Blue) = 64+37+171=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #4025AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4025AB is #BFDA54. Grayscale: #3B3B3B. Windows color (decimal): -12573269 or 11216192. OLE color: 11216192.

HSL color Cylindrical-coordinate representation of color #4025AB: hue angle of 252.09º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4025AB is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6437171-
CMYK0.630.7800.33
HSL252.09º64.42%40.78%-
HSV(B)252.09º78.36%67.06%-
XYZ10.135.3539.03-
YUV60.35190.45130.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.53%
GREEN value IS 37 (14.84% from 255) = 13.60%
BLUE value IS 171 (67.19% from 255) = 62.87%
R=23.53%
G=13.60%
B=62.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64371710.630.7800.33252.0964.4240.78
Hex4025AB3F4E021fc4029
Octal100452537711604137410051
Binary10000001001011010101111111110011100100001111111001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4025ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4025ab; }

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

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

<style>
 a { background-color: #4025ab; }

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

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

<style>
 span { border-color: #4025ab; }

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

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