#2712BD

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

Shades of Medium Blue #2712BD

Tints of Medium Blue #2712BD

Color information

#2712BD (or 0x2712BD) is unknown color: approx Medium Blue. HEX triplet: 27, 12 and BD. RGB value is (39,18,189). Sum of RGB (Red+Green+Blue) = 39+18+189=246 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.85% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 189 (74.22% from 255 or 76.83% from 246); Max value from RGB is 189 - color contains mainly: blue. Hex color #2712BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2712BD is #D8ED42. Grayscale: #2B2B2B. Windows color (decimal): -14216515 or 12390951. OLE color: 12390951.

HSL color Cylindrical-coordinate representation of color #2712BD: hue angle of 247.37º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2712BD is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3918189-
CMYK0.790.9000.26
HSL247.37º82.61%40.59%-
HSV(B)247.37º90.48%74.12%-
XYZ10.244.5448.48-
YUV43.77209.96124.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.85%
GREEN value IS 18 (7.42% from 255) = 7.32%
BLUE value IS 189 (74.22% from 255) = 76.83%
R=15.85%
G=7.32%
B=76.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal39181890.790.9000.26247.3782.6140.59
Hex2712BD4F5A01Af75329
Octal472227511713203236712351
Binary100111100101011110110011111011010011010111101111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2712BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2712BD; }

 p { color: rgb(39,18,189); }

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

<style>
 a { background-color: #2712BD; }

 a { background-color: rgb(39,18,189); }

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

<style>
 span { border-color: #2712BD; }

 span { border-color: rgb(39,18,189); }

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