#2712CB

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

Shades of Medium Blue #2712CB

Tints of Medium Blue #2712CB

Color information

#2712CB (or 0x2712CB) is unknown color: approx Medium Blue. HEX triplet: 27, 12 and CB. RGB value is (39,18,203). Sum of RGB (Red+Green+Blue) = 39+18+203=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 203 (79.69% from 255 or 78.08% from 260); Max value from RGB is 203 - color contains mainly: blue. Hex color #2712CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2712CB is #D8ED34. Grayscale: #2C2C2C. Windows color (decimal): -14216501 or 13308455. OLE color: 13308455.

HSL color Cylindrical-coordinate representation of color #2712CB: hue angle of 246.81º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2712CB is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3918203-
CMYK0.810.9100.20
HSL246.81º83.71%43.33%-
HSV(B)246.81º91.13%79.61%-
XYZ11.835.1856.88-
YUV45.37216.96123.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15%
GREEN value IS 18 (7.42% from 255) = 6.92%
BLUE value IS 203 (79.69% from 255) = 78.08%
R=15%
G=6.92%
B=78.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal39182030.810.9100.20246.8183.7143.33
Hex2712CB515B014f7542b
Octal472231312113302436712453
Binary100111100101100101110100011011011010100111101111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2712CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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