#2A09C1

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

Shades of Medium Blue #2A09C1

Tints of Medium Blue #2A09C1

Color information

#2A09C1 (or 0x2A09C1) is unknown color: approx Medium Blue. HEX triplet: 2A, 09 and C1. RGB value is (42,9,193). Sum of RGB (Red+Green+Blue) = 42+9+193=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 193 (75.78% from 255 or 79.10% from 244); Max value from RGB is 193 - color contains mainly: blue. Hex color #2A09C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A09C1 is #D5F63E. Grayscale: #272727. Windows color (decimal): -14022207 or 12650794. OLE color: 12650794.

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

Color convert

RGB429193-
CMYK0.780.9500.24
HSL250.76º91.09%39.61%-
HSV(B)250.76º95.34%75.69%-
XYZ10.684.5450.77-
YUV39.84214.43129.54-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.21%
GREEN value IS 9 (3.91% from 255) = 3.69%
BLUE value IS 193 (75.78% from 255) = 79.10%
R=17.21%
G=3.69%
B=79.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal4291930.780.9500.24250.7691.0939.61
Hex2A9C14E5F018fb5b28
Octal521130111613703037313350
Binary10101010011100000110011101011111011000111110111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A09C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,9,193); }

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

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

 a { background-color: rgb(42,9,193); }

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

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

 span { border-color: rgb(42,9,193); }

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