Html Css Color HEX #422CB3 Blue Gem

📋 copy color: '#422CB3'

red 66 ◦ green 44 ◦ blue 179

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

Shades of Blue Gem #422CB3

Tints of Blue Gem #422CB3

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.22%

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

R = 22.84%
G = 15.22%
B = 61.94%

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

#422CB3 (or 0x422CB3) is known color: Blue Gem. HEX triplet: 42, 2C and B3. RGB value is (66,44,179). Sum of RGB (Red+Green+Blue) = 66+44+179=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 179 (70.31% from 255 or 61.94% from 289); Max value from RGB is 179 - color contains mainly: blue. Hex color #422CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422CB3 is #BDD34C. Grayscale: #414141. Windows color (decimal): -12440397 or 11742274. OLE color: 11742274.

HSL color Cylindrical-coordinate representation of color #422CB3: hue angle of 249.78º degrees, saturation: 0.61, 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 #422CB3 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 44 179 -
CMYK 0.63 0.75 0 0.30
HSL 249.78º 0.61% 0.44% -
HSV(B) 249.78º 0.75% 0.7% -
XYZ 11.28 6.21 43.25 -
YUV 65.97 191.79 128.02 -
System Red Green Blue C M Y K H S L
Decimal 66 44 179 0.63 0.75 0 0.30 249.78 0.61 0.44
Hex 42 2C B3 3F 4B 0 1E FA 3D 2C
Octal 102 54 263 77 113 0 36 372 75 54
Binary 1000010 101100 10110011 111111 1001011 0 11110 11111010 111101 101100

Color Harmonies of #422CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422CB3

Black with #422CB3

Text Example


Text Example

White with #422CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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