#2912CF

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

Shades of Medium Blue #2912CF

Tints of Medium Blue #2912CF

Color information

#2912CF (or 0x2912CF) is unknown color: approx Medium Blue. HEX triplet: 29, 12 and CF. RGB value is (41,18,207). Sum of RGB (Red+Green+Blue) = 41+18+207=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 207 (81.25% from 255 or 77.82% from 266); Max value from RGB is 207 - color contains mainly: blue. Hex color #2912CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2912CF is #D6ED30. Grayscale: #2D2D2D. Windows color (decimal): -14085425 or 13570601. OLE color: 13570601.

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

Color convert

RGB4118207-
CMYK0.800.9100.19
HSL247.3º84%44.12%-
HSV(B)247.3º91.3%81.18%-
XYZ12.395.4159.42-
YUV46.42218.62124.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.41%
GREEN value IS 18 (7.42% from 255) = 6.77%
BLUE value IS 207 (81.25% from 255) = 77.82%
R=15.41%
G=6.77%
B=77.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal41182070.800.9100.19247.38444.12
Hex2912CF505B013f7542c
Octal512231712013302336712454
Binary101001100101100111110100001011011010011111101111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2912CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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