#2A00CC

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

Shades of Medium Blue #2A00CC

Tints of Medium Blue #2A00CC

Color information

#2A00CC (or 0x2A00CC) is unknown color: approx Medium Blue. HEX triplet: 2A, 00 and CC. RGB value is (42,0,204). Sum of RGB (Red+Green+Blue) = 42+0+204=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 204 (80.08% from 255 or 82.93% from 246); Max value from RGB is 204 - color contains mainly: blue. Hex color #2A00CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A00CC is #D5FF33. Grayscale: #232323. Windows color (decimal): -14024500 or 13369386. OLE color: 13369386.

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

Color convert

RGB420204-
CMYK0.79100.2
HSL252.35º100%40%-
HSV(B)252.35º100%80%-
XYZ11.854.8557.44-
YUV35.81222.91132.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 82.93%
R=17.07%
G=0%
B=82.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal4202040.79100.2252.3510040
Hex2A0CC4F64014fc6428
Octal52031411714402437414450
Binary10101001100110010011111100100010100111111001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A00CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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