#2B02C7

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

Shades of Medium Blue #2B02C7

Tints of Medium Blue #2B02C7

Color information

#2B02C7 (or 0x2B02C7) is unknown color: approx Medium Blue. HEX triplet: 2B, 02 and C7. RGB value is (43,2,199). Sum of RGB (Red+Green+Blue) = 43+2+199=244 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.62% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 199 (78.12% from 255 or 81.56% from 244); Max value from RGB is 199 - color contains mainly: blue. Hex color #2B02C7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B02C7 is #D4FD38. Grayscale: #232323. Windows color (decimal): -13958457 or 13042219. OLE color: 13042219.

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

Color convert

RGB432199-
CMYK0.780.9900.22
HSL252.49º98.01%39.41%-
HSV(B)252.49º98.99%78.04%-
XYZ11.334.6854.34-
YUV36.72219.58132.48-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.62%
GREEN value IS 2 (1.17% from 255) = 0.82%
BLUE value IS 199 (78.12% from 255) = 81.56%
R=17.62%
G=0.82%
B=81.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal4321990.780.9900.22252.4998.0139.41
Hex2B2C74E63016fc6227
Octal53230711614302637414247
Binary101011101100011110011101100011010110111111001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B02C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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