#2a0ccc

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

Shades of Medium Blue #2A0CCC

Tints of Medium Blue #2A0CCC

Color information

#2A0CCC (or 0x2A0CCC) is unknown color: approx Medium Blue. HEX triplet: 2A, 0C and CC. RGB value is (42,12,204). Sum of RGB (Red+Green+Blue) = 42+12+204=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 204 (80.08% from 255 or 79.07% from 258); Max value from RGB is 204 - color contains mainly: blue. Hex color #2A0CCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0CCC is #D5F333. Grayscale: #2A2A2A. Windows color (decimal): -14021428 or 13372458. OLE color: 13372458.

HSL color Cylindrical-coordinate representation of color #2A0CCC: hue angle of 249.38º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0CCC is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4212204-
CMYK0.790.9400.2
HSL249.38º88.89%42.35%-
HSV(B)249.38º94.12%80%-
XYZ11.995.1157.48-
YUV42.86218.94127.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.28%
GREEN value IS 12 (5.08% from 255) = 4.65%
BLUE value IS 204 (80.08% from 255) = 79.07%
R=16.28%
G=4.65%
B=79.07%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal42122040.790.9400.2249.3888.8942.35
Hex2ACCC4F5E014f9592a
Octal521431411713602437113152
Binary10101011001100110010011111011110010100111110011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a0ccc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,12,204); }

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

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

 a { background-color: rgb(42,12,204); }

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

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

 span { border-color: rgb(42,12,204); }

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