#2A01C3

Color #2A01C3 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #2A01C3

Tints of Medium Blue #2A01C3

Color information

#2A01C3 (or 0x2A01C3) is unknown color: approx Medium Blue. HEX triplet: 2A, 01 and C3. RGB value is (42,1,195). Sum of RGB (Red+Green+Blue) = 42+1+195=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 195 (76.56% from 255 or 81.93% from 238); Max value from RGB is 195 - color contains mainly: blue. Hex color #2A01C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A01C3 is #D5FE3C. Grayscale: #222222. Windows color (decimal): -14024253 or 12779818. OLE color: 12779818.

HSL color Cylindrical-coordinate representation of color #2A01C3: hue angle of 252.68º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A01C3 is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB421195-
CMYK0.780.9900.24
HSL252.68º98.98%38.43%-
HSV(B)252.68º99.49%76.47%-
XYZ10.824.4551.92-
YUV35.38218.08132.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.65%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 195 (76.56% from 255) = 81.93%
R=17.65%
G=0.42%
B=81.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal4211950.780.9900.24252.6898.9838.43
Hex2A1C34E63018fd6326
Octal52130311614303037514346
Binary10101011100001110011101100011011000111111011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A01C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A01C3; }

 p { color: rgb(42,1,195); }

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

<style>
 a { background-color: #2A01C3; }

 a { background-color: rgb(42,1,195); }

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

<style>
 span { border-color: #2A01C3; }

 span { border-color: rgb(42,1,195); }

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