#2700BF

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

Shades of Medium Blue #2700BF

Tints of Medium Blue #2700BF

Color information

#2700BF (or 0x2700BF) is unknown color: approx Medium Blue. HEX triplet: 27, 00 and BF. RGB value is (39,0,191). Sum of RGB (Red+Green+Blue) = 39+0+191=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 191 (75% from 255 or 83.04% from 230); Max value from RGB is 191 - color contains mainly: blue. Hex color #2700BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2700BF is #D8FF40. Grayscale: #202020. Windows color (decimal): -14221121 or 12517415. OLE color: 12517415.

HSL color Cylindrical-coordinate representation of color #2700BF: hue angle of 252.25º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2700BF is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB390191-
CMYK0.80100.25
HSL252.25º100%37.45%-
HSV(B)252.25º100%74.9%-
XYZ10.244.1949.56-
YUV33.44216.92131.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 83.04%
R=16.96%
G=0%
B=83.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3901910.80100.25252.2510037.45
Hex270BF5064019fc6425
Octal47027712014403137414445
Binary10011101011111110100001100100011001111111001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2700BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2700BF; }

 p { color: rgb(39,0,191); }

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

<style>
 a { background-color: #2700BF; }

 a { background-color: rgb(39,0,191); }

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

<style>
 span { border-color: #2700BF; }

 span { border-color: rgb(39,0,191); }

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