Html Css Color HEX #422BAE Blue Gem

📋 copy color: '#422BAE'

red 66 ◦ green 43 ◦ blue 174

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

Shades of Blue Gem #422BAE

Tints of Blue Gem #422BAE

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 value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

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

RGB 66 43 174 -
CMYK 0.62 0.75 0 0.32
HSL 250.53º 0.6% 0.43% -
HSV(B) 250.53º 0.75% 0.68% -
XYZ 10.75 5.94 40.62 -
YUV 64.81 189.62 128.85 -
System Red Green Blue C M Y K H S L
Decimal 66 43 174 0.62 0.75 0 0.32 250.53 0.6 0.43
Hex 42 2B AE 3E 4B 0 20 FB 3C 2B
Octal 102 53 256 76 113 0 40 373 74 53
Binary 1000010 101011 10101110 111110 1001011 0 100000 11111011 111100 101011

Color Harmonies of #422BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422BAE

Black with #422BAE

Text Example


Text Example

White with #422BAE

Text Example


Text Example

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