#422FAA

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

Shades of Blue Gem #422FAA

Tints of Blue Gem #422FAA

Color information

#422FAA (or 0x422FAA) is unknown color: approx Blue Gem. HEX triplet: 42, 2F and AA. RGB value is (66,47,170). Sum of RGB (Red+Green+Blue) = 66+47+170=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #422FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422FAA is #BDD055. Grayscale: #424242. Windows color (decimal): -12439638 or 11153218. OLE color: 11153218.

HSL color Cylindrical-coordinate representation of color #422FAA: hue angle of 249.27º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #422FAA is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6647170-
CMYK0.610.7200.33
HSL249.27º56.68%42.55%-
HSV(B)249.27º72.35%66.67%-
XYZ10.526.0938.65-
YUV66.7186.29127.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 47 (18.75% from 255) = 16.61%
BLUE value IS 170 (66.80% from 255) = 60.07%
R=23.32%
G=16.61%
B=60.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66471700.610.7200.33249.2756.6842.55
Hex422FAA3D48021f9392b
Octal10257252751100413717153
Binary1000010101111101010101111011001000010000111111001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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