#40259D

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

Shades of Blue Gem #40259D

Tints of Blue Gem #40259D

Color information

#40259D (or 0x40259D) is unknown color: approx Blue Gem. HEX triplet: 40, 25 and 9D. RGB value is (64,37,157). Sum of RGB (Red+Green+Blue) = 64+37+157=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #40259D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40259D is #BFDA62. Grayscale: #3A3A3A. Windows color (decimal): -12573283 or 10298688. OLE color: 10298688.

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

Color convert

RGB6437157-
CMYK0.590.7600.38
HSL253.5º61.86%38.04%-
HSV(B)253.5º76.43%61.57%-
XYZ8.864.8532.37-
YUV58.75183.45131.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.81%
GREEN value IS 37 (14.84% from 255) = 14.34%
BLUE value IS 157 (61.72% from 255) = 60.85%
R=24.81%
G=14.34%
B=60.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64371570.590.7600.38253.561.8638.04
Hex40259D3B4C026fe3e26
Octal10045235731140463767646
Binary1000000100101100111011110111001100010011011111110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40259D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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