#2A02C0

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

Shades of Medium Blue #2A02C0

Tints of Medium Blue #2A02C0

Color information

#2A02C0 (or 0x2A02C0) is unknown color: approx Medium Blue. HEX triplet: 2A, 02 and C0. RGB value is (42,2,192). Sum of RGB (Red+Green+Blue) = 42+2+192=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 192 (75.39% from 255 or 81.36% from 236); Max value from RGB is 192 - color contains mainly: blue. Hex color #2A02C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A02C0 is #D5FD3F. Grayscale: #222222. Windows color (decimal): -14024000 or 12583466. OLE color: 12583466.

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

Color convert

RGB422192-
CMYK0.780.9900.25
HSL252.63º97.94%38.04%-
HSV(B)252.63º98.96%75.29%-
XYZ10.494.3450.15-
YUV35.62216.25132.55-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.80%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 192 (75.39% from 255) = 81.36%
R=17.80%
G=0.85%
B=81.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4221920.780.9900.25252.6397.9438.04
Hex2A2C04E63019fd6226
Octal52230011614303137514246
Binary101010101100000010011101100011011001111111011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A02C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,2,192); }

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

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

 a { background-color: rgb(42,2,192); }

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

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

 span { border-color: rgb(42,2,192); }

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