#2C02CB

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

Shades of Medium Blue #2C02CB

Tints of Medium Blue #2C02CB

Color information

#2C02CB (or 0x2C02CB) is unknown color: approx Medium Blue. HEX triplet: 2C, 02 and CB. RGB value is (44,2,203). Sum of RGB (Red+Green+Blue) = 44+2+203=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 203 (79.69% from 255 or 81.53% from 249); Max value from RGB is 203 - color contains mainly: blue. Hex color #2C02CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C02CB is #D3FD34. Grayscale: #242424. Windows color (decimal): -13892917 or 13304364. OLE color: 13304364.

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

Color convert

RGB442203-
CMYK0.780.9900.20
HSL252.54º98.05%40.2%-
HSV(B)252.54º99.01%79.61%-
XYZ11.844.8956.82-
YUV37.47221.41132.66-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.67%
GREEN value IS 2 (1.17% from 255) = 0.80%
BLUE value IS 203 (79.69% from 255) = 81.53%
R=17.67%
G=0.80%
B=81.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal4422030.780.9900.20252.5498.0540.2
Hex2C2CB4E63014fd6228
Octal54231311614302437514250
Binary101100101100101110011101100011010100111111011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C02CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,2,203); }

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

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

 a { background-color: rgb(44,2,203); }

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

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

 span { border-color: rgb(44,2,203); }

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