#422DAE

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

Shades of Blue Gem #422DAE

Tints of Blue Gem #422DAE

Color information

#422DAE (or 0x422DAE) is unknown color: approx Blue Gem. HEX triplet: 42, 2D and AE. RGB value is (66,45,174). Sum of RGB (Red+Green+Blue) = 66+45+174=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #422DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422DAE is #BDD251. Grayscale: #414141. Windows color (decimal): -12440146 or 11414850. OLE color: 11414850.

HSL color Cylindrical-coordinate representation of color #422DAE: hue angle of 249.77º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #422DAE is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6645174-
CMYK0.620.7400.32
HSL249.77º58.9%42.94%-
HSV(B)249.77º74.14%68.24%-
XYZ10.836.0940.65-
YUV65.98188.96128.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.16%
GREEN value IS 45 (17.97% from 255) = 15.79%
BLUE value IS 174 (68.36% from 255) = 61.05%
R=23.16%
G=15.79%
B=61.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66451740.620.7400.32249.7758.942.94
Hex422DAE3E4A020fa3b2b
Octal10255256761120403727353
Binary1000010101101101011101111101001010010000011111010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422DAE; }

 p { color: rgb(66,45,174); }

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

<style>
 a { background-color: #422DAE; }

 a { background-color: rgb(66,45,174); }

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

<style>
 span { border-color: #422DAE; }

 span { border-color: rgb(66,45,174); }

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