#2B02E1

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

Shades of Medium Blue #2B02E1

Tints of Medium Blue #2B02E1

Color information

#2B02E1 (or 0x2B02E1) is unknown color: approx Medium Blue. HEX triplet: 2B, 02 and E1. RGB value is (43,2,225). Sum of RGB (Red+Green+Blue) = 43+2+225=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 225 (88.28% from 255 or 83.33% from 270); Max value from RGB is 225 - color contains mainly: blue. Hex color #2B02E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B02E1 is #D4FD1E. Grayscale: #262626. Windows color (decimal): -13958431 or 14746155. OLE color: 14746155.

HSL color Cylindrical-coordinate representation of color #2B02E1: hue angle of 251.03º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B02E1 is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB432225-
CMYK0.810.9900.12
HSL251.03º98.24%44.51%-
HSV(B)251.03º99.11%88.24%-
XYZ14.615.9971.62-
YUV39.68232.58130.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.93%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 225 (88.28% from 255) = 83.33%
R=15.93%
G=0.74%
B=83.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal4322250.810.9900.12251.0398.2444.51
Hex2B2E151630Cfb622d
Octal53234112114301437314255
Binary10101110111000011010001110001101100111110111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B02E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,2,225); }

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

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

 a { background-color: rgb(43,2,225); }

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

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

 span { border-color: rgb(43,2,225); }

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