#2C03CA

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

Shades of Medium Blue #2C03CA

Tints of Medium Blue #2C03CA

Color information

#2C03CA (or 0x2C03CA) is unknown color: approx Medium Blue. HEX triplet: 2C, 03 and CA. RGB value is (44,3,202). Sum of RGB (Red+Green+Blue) = 44+3+202=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 202 (79.30% from 255 or 81.12% from 249); Max value from RGB is 202 - color contains mainly: blue. Hex color #2C03CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C03CA is #D3FC35. Grayscale: #252525. Windows color (decimal): -13892662 or 13239084. OLE color: 13239084.

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

Color convert

RGB443202-
CMYK0.780.9900.21
HSL252.36º97.07%40.2%-
HSV(B)252.36º98.51%79.22%-
XYZ11.734.8656.2-
YUV37.94220.58132.32-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.67%
GREEN value IS 3 (1.56% from 255) = 1.20%
BLUE value IS 202 (79.30% from 255) = 81.12%
R=17.67%
G=1.20%
B=81.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal4432020.780.9900.21252.3697.0740.2
Hex2C3CA4E63015fc6128
Octal54331211614302537414150
Binary101100111100101010011101100011010101111111001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C03CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,3,202); }

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

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

 a { background-color: rgb(44,3,202); }

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

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

 span { border-color: rgb(44,3,202); }

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