#422FAE

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

Shades of Blue Gem #422FAE

Tints of Blue Gem #422FAE

Color information

#422FAE (or 0x422FAE) is unknown color: approx Blue Gem. HEX triplet: 42, 2F and AE. RGB value is (66,47,174). Sum of RGB (Red+Green+Blue) = 66+47+174=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #422FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422FAE is #BDD051. Grayscale: #424242. Windows color (decimal): -12439634 or 11415362. OLE color: 11415362.

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

Color convert

RGB6647174-
CMYK0.620.7300.32
HSL248.98º57.47%43.33%-
HSV(B)248.98º72.99%68.24%-
XYZ10.96.2540.68-
YUV67.16188.29127.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 47 (18.75% from 255) = 16.38%
BLUE value IS 174 (68.36% from 255) = 60.63%
R=23.00%
G=16.38%
B=60.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66471740.620.7300.32248.9857.4743.33
Hex422FAE3E49020f9392b
Octal10257256761110403717153
Binary1000010101111101011101111101001001010000011111001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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