Html Css Color HEX #422DB3 Blue Gem

📋 copy color: '#422DB3'

red 66 ◦ green 45 ◦ blue 179

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

Shades of Blue Gem #422DB3

Tints of Blue Gem #422DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 61.72%

R = 22.76%
G = 15.52%
B = 61.72%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#422DB3 (or 0x422DB3) is known color: Blue Gem. HEX triplet: 42, 2D and B3. RGB value is (66,45,179). Sum of RGB (Red+Green+Blue) = 66+45+179=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 179 (70.31% from 255 or 61.72% from 290); Max value from RGB is 179 - color contains mainly: blue. Hex color #422DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422DB3 is #BDD24C. Grayscale: #424242. Windows color (decimal): -12440141 or 11742530. OLE color: 11742530.

HSL color Cylindrical-coordinate representation of color #422DB3: hue angle of 249.4º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #422DB3 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 45 179 -
CMYK 0.63 0.75 0 0.30
HSL 249.4º 0.6% 0.44% -
HSV(B) 249.4º 0.75% 0.7% -
XYZ 11.32 6.29 43.27 -
YUV 66.56 191.46 127.6 -
System Red Green Blue C M Y K H S L
Decimal 66 45 179 0.63 0.75 0 0.30 249.4 0.6 0.44
Hex 42 2D B3 3F 4B 0 1E F9 3C 2C
Octal 102 55 263 77 113 0 36 371 74 54
Binary 1000010 101101 10110011 111111 1001011 0 11110 11111001 111100 101100

Color Harmonies of #422DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422DB3

Black with #422DB3

Text Example


Text Example

White with #422DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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