#2617DB

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

Shades of Medium Blue #2617DB

Tints of Medium Blue #2617DB

Color information

#2617DB (or 0x2617DB) is unknown color: approx Medium Blue. HEX triplet: 26, 17 and DB. RGB value is (38,23,219). Sum of RGB (Red+Green+Blue) = 38+23+219=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 219 (85.94% from 255 or 78.21% from 280); Max value from RGB is 219 - color contains mainly: blue. Hex color #2617DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2617DB is #D9E824. Grayscale: #313131. Windows color (decimal): -14280741 or 14358310. OLE color: 14358310.

HSL color Cylindrical-coordinate representation of color #2617DB: hue angle of 244.59º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2617DB is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB3823219-
CMYK0.830.8900.14
HSL244.59º80.99%47.45%-
HSV(B)244.59º89.5%85.88%-
XYZ13.896.1467.47-
YUV49.83223.47119.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.57%
GREEN value IS 23 (9.38% from 255) = 8.21%
BLUE value IS 219 (85.94% from 255) = 78.21%
R=13.57%
G=8.21%
B=78.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal38232190.830.8900.14244.5980.9947.45
Hex2617DB53590Ef5512f
Octal462733312313101636512157
Binary10011010111110110111010011101100101110111101011010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2617DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2617DB; }

 p { color: rgb(38,23,219); }

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

<style>
 a { background-color: #2617DB; }

 a { background-color: rgb(38,23,219); }

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

<style>
 span { border-color: #2617DB; }

 span { border-color: rgb(38,23,219); }

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