#2912CA

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

Shades of Medium Blue #2912CA

Tints of Medium Blue #2912CA

Color information

#2912CA (or 0x2912CA) is unknown color: approx Medium Blue. HEX triplet: 29, 12 and CA. RGB value is (41,18,202). Sum of RGB (Red+Green+Blue) = 41+18+202=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 202 (79.30% from 255 or 77.39% from 261); Max value from RGB is 202 - color contains mainly: blue. Hex color #2912CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2912CA is #D6ED35. Grayscale: #2D2D2D. Windows color (decimal): -14085430 or 13242921. OLE color: 13242921.

HSL color Cylindrical-coordinate representation of color #2912CA: hue angle of 247.5º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2912CA is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4118202-
CMYK0.800.9100.21
HSL247.5º83.64%43.14%-
HSV(B)247.5º91.09%79.22%-
XYZ11.795.1756.25-
YUV45.85216.12124.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.71%
GREEN value IS 18 (7.42% from 255) = 6.90%
BLUE value IS 202 (79.30% from 255) = 77.39%
R=15.71%
G=6.90%
B=77.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal41182020.800.9100.21247.583.6443.14
Hex2912CA505B015f8542b
Octal512231212013302537012453
Binary101001100101100101010100001011011010101111110001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2912CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2912CA; }

 p { color: rgb(41,18,202); }

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

<style>
 a { background-color: #2912CA; }

 a { background-color: rgb(41,18,202); }

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

<style>
 span { border-color: #2912CA; }

 span { border-color: rgb(41,18,202); }

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