#2A15CE

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

Shades of Medium Blue #2A15CE

Tints of Medium Blue #2A15CE

Color information

#2A15CE (or 0x2A15CE) is unknown color: approx Medium Blue. HEX triplet: 2A, 15 and CE. RGB value is (42,21,206). Sum of RGB (Red+Green+Blue) = 42+21+206=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 206 (80.86% from 255 or 76.58% from 269); Max value from RGB is 206 - color contains mainly: blue. Hex color #2A15CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A15CE is #D5EA31. Grayscale: #2F2F2F. Windows color (decimal): -14019122 or 13505834. OLE color: 13505834.

HSL color Cylindrical-coordinate representation of color #2A15CE: hue angle of 246.81º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A15CE is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4221206-
CMYK0.800.9000.19
HSL246.81º81.5%44.51%-
HSV(B)246.81º89.81%80.78%-
XYZ12.365.4858.8-
YUV48.37216.96123.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.61%
GREEN value IS 21 (8.59% from 255) = 7.81%
BLUE value IS 206 (80.86% from 255) = 76.58%
R=15.61%
G=7.81%
B=76.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal42212060.800.9000.19246.8181.544.51
Hex2A15CE505A013f7512d
Octal522531612013202336712155
Binary101010101011100111010100001011010010011111101111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A15CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,21,206); }

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

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

 a { background-color: rgb(42,21,206); }

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

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

 span { border-color: rgb(42,21,206); }

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