#40269D

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

Shades of Blue Gem #40269D

Tints of Blue Gem #40269D

Color information

#40269D (or 0x40269D) is unknown color: approx Blue Gem. HEX triplet: 40, 26 and 9D. RGB value is (64,38,157). Sum of RGB (Red+Green+Blue) = 64+38+157=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #40269D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40269D is #BFD962. Grayscale: #3A3A3A. Windows color (decimal): -12573027 or 10298944. OLE color: 10298944.

HSL color Cylindrical-coordinate representation of color #40269D: hue angle of 253.11º degrees, saturation: 0.61, 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 #40269D is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6438157-
CMYK0.590.7600.38
HSL253.11º61.03%38.24%-
HSV(B)253.11º75.8%61.57%-
XYZ8.894.9132.38-
YUV59.34183.11131.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 38 (15.23% from 255) = 14.67%
BLUE value IS 157 (61.72% from 255) = 60.62%
R=24.71%
G=14.67%
B=60.62%

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
Decimal64381570.590.7600.38253.1161.0338.24
Hex40269D3B4C026fd3d26
Octal10046235731140463757546
Binary1000000100110100111011110111001100010011011111101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40269D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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