#40259E

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

Shades of Blue Gem #40259E

Tints of Blue Gem #40259E

Color information

#40259E (or 0x40259E) is unknown color: approx Blue Gem. HEX triplet: 40, 25 and 9E. RGB value is (64,37,158). Sum of RGB (Red+Green+Blue) = 64+37+158=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 158 (62.11% from 255 or 61.00% from 259); Max value from RGB is 158 - color contains mainly: blue. Hex color #40259E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40259E is #BFDA61. Grayscale: #3A3A3A. Windows color (decimal): -12573282 or 10364224. OLE color: 10364224.

HSL color Cylindrical-coordinate representation of color #40259E: hue angle of 253.39º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40259E is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6437158-
CMYK0.590.7700.38
HSL253.39º62.05%38.24%-
HSV(B)253.39º76.58%61.96%-
XYZ8.954.8832.82-
YUV58.87183.95131.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 37 (14.84% from 255) = 14.29%
BLUE value IS 158 (62.11% from 255) = 61.00%
R=24.71%
G=14.29%
B=61.00%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64371580.590.7700.38253.3962.0538.24
Hex40259E3B4D026fd3e26
Octal10045236731150463757646
Binary1000000100101100111101110111001101010011011111101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40259E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40259E; }

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

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

<style>
 a { background-color: #40259E; }

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

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

<style>
 span { border-color: #40259E; }

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

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