Html Css Color HEX #422FAA Blue Gem

📋 copy color: '#422FAA'

red 66 ◦ green 47 ◦ blue 170

#422FAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #422FAA

Tints of Blue Gem #422FAA

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.8% from 255) = 60.07%

R = 23.32%
G = 16.61%
B = 60.07%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#422FAA (or 0x422FAA) is known color: 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

RGB 66 47 170 -
CMYK 0.61 0.72 0 0.33
HSL 249.27º 0.57% 0.43% -
HSV(B) 249.27º 0.72% 0.67% -
XYZ 10.52 6.09 38.65 -
YUV 66.7 186.29 127.5 -
System Red Green Blue C M Y K H S L
Decimal 66 47 170 0.61 0.72 0 0.33 249.27 0.57 0.43
Hex 42 2F AA 3D 48 0 21 F9 39 2B
Octal 102 57 252 75 110 0 41 371 71 53
Binary 1000010 101111 10101010 111101 1001000 0 100001 11111001 111001 101011

Color Harmonies of #422FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422FAA

Black with #422FAA

Text Example


Text Example

White with #422FAA

Text Example


Text Example

HTML Codes & Css Web 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>