#2619E0

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

Shades of Medium Blue #2619E0

Tints of Medium Blue #2619E0

Color information

#2619E0 (or 0x2619E0) is unknown color: approx Medium Blue. HEX triplet: 26, 19 and E0. RGB value is (38,25,224). Sum of RGB (Red+Green+Blue) = 38+25+224=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 224 (87.89% from 255 or 78.05% from 287); Max value from RGB is 224 - color contains mainly: blue. Hex color #2619E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2619E0 is #D9E61F. Grayscale: #323232. Windows color (decimal): -14280224 or 14686502. OLE color: 14686502.

HSL color Cylindrical-coordinate representation of color #2619E0: hue angle of 243.92º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2619E0 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB3825224-
CMYK0.830.8900.12
HSL243.92º79.92%48.82%-
HSV(B)243.92º88.84%87.84%-
XYZ14.66.4971-
YUV51.57225.31118.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.24%
GREEN value IS 25 (10.16% from 255) = 8.71%
BLUE value IS 224 (87.89% from 255) = 78.05%
R=13.24%
G=8.71%
B=78.05%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal38252240.830.8900.12243.9279.9248.82
Hex2619E053590Cf45031
Octal463134012313101436412061
Binary10011011001111000001010011101100101100111101001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2619E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2619E0; }

 p { color: rgb(38,25,224); }

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

<style>
 a { background-color: #2619E0; }

 a { background-color: rgb(38,25,224); }

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

<style>
 span { border-color: #2619E0; }

 span { border-color: rgb(38,25,224); }

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