#2A0BCA

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

Shades of Medium Blue #2A0BCA

Tints of Medium Blue #2A0BCA

Color information

#2A0BCA (or 0x2A0BCA) is unknown color: approx Medium Blue. HEX triplet: 2A, 0B and CA. RGB value is (42,11,202). Sum of RGB (Red+Green+Blue) = 42+11+202=255 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.47% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 202 (79.30% from 255 or 79.22% from 255); Max value from RGB is 202 - color contains mainly: blue. Hex color #2A0BCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0BCA is #D5F435. Grayscale: #292929. Windows color (decimal): -14021686 or 13241130. OLE color: 13241130.

HSL color Cylindrical-coordinate representation of color #2A0BCA: hue angle of 249.74º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A0BCA is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4211202-
CMYK0.790.9500.21
HSL249.74º89.67%41.76%-
HSV(B)249.74º94.55%79.22%-
XYZ11.74556.22-
YUV42.04218.27127.97-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.47%
GREEN value IS 11 (4.69% from 255) = 4.31%
BLUE value IS 202 (79.30% from 255) = 79.22%
R=16.47%
G=4.31%
B=79.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal42112020.790.9500.21249.7489.6741.76
Hex2ABCA4F5F015fa5a2a
Octal521331211713702537213252
Binary10101010111100101010011111011111010101111110101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,11,202); }

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

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

 a { background-color: rgb(42,11,202); }

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

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

 span { border-color: rgb(42,11,202); }

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