#4025A7

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

Shades of Blue Gem #4025A7

Tints of Blue Gem #4025A7

Color information

#4025A7 (or 0x4025A7) is unknown color: approx Blue Gem. HEX triplet: 40, 25 and A7. RGB value is (64,37,167). Sum of RGB (Red+Green+Blue) = 64+37+167=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 167 (65.62% from 255 or 62.31% from 268); Max value from RGB is 167 - color contains mainly: blue. Hex color #4025A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4025A7 is #BFDA58. Grayscale: #3B3B3B. Windows color (decimal): -12573273 or 10954048. OLE color: 10954048.

HSL color Cylindrical-coordinate representation of color #4025A7: hue angle of 252.46º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4025A7 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6437167-
CMYK0.620.7800.35
HSL252.46º63.73%40%-
HSV(B)252.46º77.84%65.49%-
XYZ9.755.237.05-
YUV59.89188.45130.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.88%
GREEN value IS 37 (14.84% from 255) = 13.81%
BLUE value IS 167 (65.62% from 255) = 62.31%
R=23.88%
G=13.81%
B=62.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal64371670.620.7800.35252.4663.7340
Hex4025A73E4E023fc4028
Octal100452477611604337410050
Binary10000001001011010011111111010011100100011111111001000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4025A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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