#422BAE

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

Shades of Blue Gem #422BAE

Tints of Blue Gem #422BAE

Color information

#422BAE (or 0x422BAE) is unknown color: approx Blue Gem. HEX triplet: 42, 2B and AE. RGB value is (66,43,174). Sum of RGB (Red+Green+Blue) = 66+43+174=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #422BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422BAE is #BDD451. Grayscale: #404040. Windows color (decimal): -12440658 or 11414338. OLE color: 11414338.

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

Color convert

RGB6643174-
CMYK0.620.7500.32
HSL250.53º60.37%42.55%-
HSV(B)250.53º75.29%68.24%-
XYZ10.755.9440.62-
YUV64.81189.62128.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 43 (17.19% from 255) = 15.19%
BLUE value IS 174 (68.36% from 255) = 61.48%
R=23.32%
G=15.19%
B=61.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66431740.620.7500.32250.5360.3742.55
Hex422BAE3E4B020fb3c2b
Octal10253256761130403737453
Binary1000010101011101011101111101001011010000011111011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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