#40229C

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

Shades of Blue Gem #40229C

Tints of Blue Gem #40229C

Color information

#40229C (or 0x40229C) is unknown color: approx Blue Gem. HEX triplet: 40, 22 and 9C. RGB value is (64,34,156). Sum of RGB (Red+Green+Blue) = 64+34+156=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 156 (61.33% from 255 or 61.42% from 254); Max value from RGB is 156 - color contains mainly: blue. Hex color #40229C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40229C is #BFDD63. Grayscale: #383838. Windows color (decimal): -12574052 or 10232384. OLE color: 10232384.

HSL color Cylindrical-coordinate representation of color #40229C: hue angle of 254.75º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40229C is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6434156-
CMYK0.590.7800.39
HSL254.75º64.21%37.25%-
HSV(B)254.75º78.21%61.18%-
XYZ8.694.6331.89-
YUV56.88183.94133.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.20%
GREEN value IS 34 (13.67% from 255) = 13.39%
BLUE value IS 156 (61.33% from 255) = 61.42%
R=25.20%
G=13.39%
B=61.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal64341560.590.7800.39254.7564.2137.25
Hex40229C3B4E027ff4025
Octal100422347311604737710045
Binary10000001000101001110011101110011100100111111111111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40229C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40229C; }

 p { color: rgb(64,34,156); }

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

<style>
 a { background-color: #40229C; }

 a { background-color: rgb(64,34,156); }

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

<style>
 span { border-color: #40229C; }

 span { border-color: rgb(64,34,156); }

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