#2613BE

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

Shades of Medium Blue #2613BE

Tints of Medium Blue #2613BE

Color information

#2613BE (or 0x2613BE) is unknown color: approx Medium Blue. HEX triplet: 26, 13 and BE. RGB value is (38,19,190). Sum of RGB (Red+Green+Blue) = 38+19+190=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 190 (74.61% from 255 or 76.92% from 247); Max value from RGB is 190 - color contains mainly: blue. Hex color #2613BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2613BE is #D9EC41. Grayscale: #2B2B2B. Windows color (decimal): -14281794 or 12456742. OLE color: 12456742.

HSL color Cylindrical-coordinate representation of color #2613BE: hue angle of 246.67º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2613BE is Cyan = 0.8, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3819190-
CMYK0.80.9000.25
HSL246.67º81.82%40.98%-
HSV(B)246.67º90%74.51%-
XYZ10.334.649.06-
YUV44.18210.29123.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.38%
GREEN value IS 19 (7.81% from 255) = 7.69%
BLUE value IS 190 (74.61% from 255) = 76.92%
R=15.38%
G=7.69%
B=76.92%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38191900.80.9000.25246.6781.8240.98
Hex2613BE505A019f75229
Octal462327612013203136712251
Binary100110100111011111010100001011010011001111101111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2613BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2613BE; }

 p { color: rgb(38,19,190); }

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

<style>
 a { background-color: #2613BE; }

 a { background-color: rgb(38,19,190); }

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

<style>
 span { border-color: #2613BE; }

 span { border-color: rgb(38,19,190); }

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