Html Css Color HEX #422DA8 Blue Gem

📋 copy color: '#422DA8'

red 66 ◦ green 45 ◦ blue 168

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

Shades of Blue Gem #422DA8

Tints of Blue Gem #422DA8

RGB

 RED value IS 66 (26.17% from 255) = 23.66%

 GREEN value IS 45 (17.97% from 255) = 16.13%

 BLUE value IS 168 (66.02% from 255) = 60.22%

R = 23.66%
G = 16.13%
B = 60.22%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#422DA8 (or 0x422DA8) is known color: Blue Gem. HEX triplet: 42, 2D and A8. RGB value is (66,45,168). Sum of RGB (Red+Green+Blue) = 66+45+168=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 168 (66.02% from 255 or 60.22% from 279); Max value from RGB is 168 - color contains mainly: blue. Hex color #422DA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422DA8 is #BDD257. Grayscale: #404040. Windows color (decimal): -12440152 or 11021634. OLE color: 11021634.

HSL color Cylindrical-coordinate representation of color #422DA8: hue angle of 250.24º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #422DA8 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 66 45 168 -
CMYK 0.61 0.73 0 0.34
HSL 250.24º 0.58% 0.42% -
HSV(B) 250.24º 0.73% 0.66% -
XYZ 10.25 5.86 37.64 -
YUV 65.3 185.96 128.5 -
System Red Green Blue C M Y K H S L
Decimal 66 45 168 0.61 0.73 0 0.34 250.24 0.58 0.42
Hex 42 2D A8 3D 49 0 22 FA 3A 2A
Octal 102 55 250 75 111 0 42 372 72 52
Binary 1000010 101101 10101000 111101 1001001 0 100010 11111010 111010 101010

Color Harmonies of #422DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422DA8

Black with #422DA8

Text Example


Text Example

White with #422DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,45,168); }

 H1.HeaderClassName
 {
   color: #422DA8;
 }
 .AnyTagClassName
 {
   color: #422DA8;
 }
</style>

background-color css

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

 a { background-color: rgb(66,45,168); }

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

border-color css

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

 span { border-color: rgb(66,45,168); }

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