#2607C0

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

Shades of Medium Blue #2607C0

Tints of Medium Blue #2607C0

Color information

#2607C0 (or 0x2607C0) is unknown color: approx Medium Blue. HEX triplet: 26, 07 and C0. RGB value is (38,7,192). Sum of RGB (Red+Green+Blue) = 38+7+192=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 192 (75.39% from 255 or 81.01% from 237); Max value from RGB is 192 - color contains mainly: blue. Hex color #2607C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2607C0 is #D9F83F. Grayscale: #242424. Windows color (decimal): -14284864 or 12584742. OLE color: 12584742.

HSL color Cylindrical-coordinate representation of color #2607C0: hue angle of 250.05º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2607C0 is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB387192-
CMYK0.800.9600.25
HSL250.05º92.96%39.02%-
HSV(B)250.05º96.35%75.29%-
XYZ10.394.3750.17-
YUV37.36215.27128.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.03%
GREEN value IS 7 (3.12% from 255) = 2.95%
BLUE value IS 192 (75.39% from 255) = 81.01%
R=16.03%
G=2.95%
B=81.01%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3871920.800.9600.25250.0592.9639.02
Hex267C05060019fa5d27
Octal46730012014003137213547
Binary1001101111100000010100001100000011001111110101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2607C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2607C0; }

 p { color: rgb(38,7,192); }

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

<style>
 a { background-color: #2607C0; }

 a { background-color: rgb(38,7,192); }

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

<style>
 span { border-color: #2607C0; }

 span { border-color: rgb(38,7,192); }

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