#422CB0

Color #422CB0 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #422CB0

Tints of Blue Gem #422CB0

Color information

#422CB0 (or 0x422CB0) is unknown color: approx Blue Gem. HEX triplet: 42, 2C and B0. RGB value is (66,44,176). Sum of RGB (Red+Green+Blue) = 66+44+176=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 176 (69.14% from 255 or 61.54% from 286); Max value from RGB is 176 - color contains mainly: blue. Hex color #422CB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422CB0 is #BDD34F. Grayscale: #414141. Windows color (decimal): -12440400 or 11545666. OLE color: 11545666.

HSL color Cylindrical-coordinate representation of color #422CB0: hue angle of 250º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #422CB0 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6644176-
CMYK0.620.7500.31
HSL250º60%43.14%-
HSV(B)250º75%69.02%-
XYZ10.986.0941.67-
YUV65.63190.29128.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.08%
GREEN value IS 44 (17.58% from 255) = 15.38%
BLUE value IS 176 (69.14% from 255) = 61.54%
R=23.08%
G=15.38%
B=61.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal66441760.620.7500.312506043.14
Hex422CB03E4B01Ffa3c2b
Octal10254260761130373727453
Binary100001010110010110000111110100101101111111111010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #422CB0;
 }
 .AnyTagClassName
 {
   color: #422CB0;
 }
</style>
background-color css

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

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

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

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

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

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