#2701BB

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

Shades of Medium Blue #2701BB

Tints of Medium Blue #2701BB

Color information

#2701BB (or 0x2701BB) is unknown color: approx Medium Blue. HEX triplet: 27, 01 and BB. RGB value is (39,1,187). Sum of RGB (Red+Green+Blue) = 39+1+187=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 187 (73.44% from 255 or 82.38% from 227); Max value from RGB is 187 - color contains mainly: blue. Hex color #2701BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2701BB is #D8FE44. Grayscale: #202020. Windows color (decimal): -14220869 or 12255527. OLE color: 12255527.

HSL color Cylindrical-coordinate representation of color #2701BB: hue angle of 252.26º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2701BB is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB391187-
CMYK0.790.9900.27
HSL252.26º98.94%36.86%-
HSV(B)252.26º99.47%73.33%-
XYZ9.824.0447.28-
YUV33.57214.59131.88-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.18%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 187 (73.44% from 255) = 82.38%
R=17.18%
G=0.44%
B=82.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3911870.790.9900.27252.2698.9436.86
Hex271BB4F6301Bfc6325
Octal47127311714303337414345
Binary10011111011101110011111100011011011111111001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2701BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2701BB; }

 p { color: rgb(39,1,187); }

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

<style>
 a { background-color: #2701BB; }

 a { background-color: rgb(39,1,187); }

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

<style>
 span { border-color: #2701BB; }

 span { border-color: rgb(39,1,187); }

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