#2707C5

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

Shades of Medium Blue #2707C5

Tints of Medium Blue #2707C5

Color information

#2707C5 (or 0x2707C5) is unknown color: approx Medium Blue. HEX triplet: 27, 07 and C5. RGB value is (39,7,197). Sum of RGB (Red+Green+Blue) = 39+7+197=243 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.05% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 197 (77.34% from 255 or 81.07% from 243); Max value from RGB is 197 - color contains mainly: blue. Hex color #2707C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2707C5 is #D8F83A. Grayscale: #252525. Windows color (decimal): -14219323 or 12912423. OLE color: 12912423.

HSL color Cylindrical-coordinate representation of color #2707C5: hue angle of 250.11º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2707C5 is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB397197-
CMYK0.800.9600.23
HSL250.11º93.14%40%-
HSV(B)250.11º96.45%77.25%-
XYZ10.994.6153.13-
YUV38.23217.6128.55-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.05%
GREEN value IS 7 (3.12% from 255) = 2.88%
BLUE value IS 197 (77.34% from 255) = 81.07%
R=16.05%
G=2.88%
B=81.07%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal3971970.800.9600.23250.1193.1440
Hex277C55060017fa5d28
Octal47730512014002737213550
Binary1001111111100010110100001100000010111111110101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2707C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2707C5; }

 p { color: rgb(39,7,197); }

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

<style>
 a { background-color: #2707C5; }

 a { background-color: rgb(39,7,197); }

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

<style>
 span { border-color: #2707C5; }

 span { border-color: rgb(39,7,197); }

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