#2908BE

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

Shades of Medium Blue #2908BE

Tints of Medium Blue #2908BE

Color information

#2908BE (or 0x2908BE) is unknown color: approx Medium Blue. HEX triplet: 29, 08 and BE. RGB value is (41,8,190). Sum of RGB (Red+Green+Blue) = 41+8+190=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 190 (74.61% from 255 or 79.50% from 239); Max value from RGB is 190 - color contains mainly: blue. Hex color #2908BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2908BE is #D6F741. Grayscale: #252525. Windows color (decimal): -14088002 or 12453929. OLE color: 12453929.

HSL color Cylindrical-coordinate representation of color #2908BE: hue angle of 250.88º degrees, saturation: 0.92, 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 #2908BE is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB418190-
CMYK0.780.9600.25
HSL250.88º91.92%38.82%-
HSV(B)250.88º95.79%74.51%-
XYZ10.34.3649.01-
YUV38.61213.43129.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.15%
GREEN value IS 8 (3.52% from 255) = 3.35%
BLUE value IS 190 (74.61% from 255) = 79.50%
R=17.15%
G=3.35%
B=79.50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4181900.780.9600.25250.8891.9238.82
Hex298BE4E60019fb5c27
Octal511027611614003137313447
Binary10100110001011111010011101100000011001111110111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2908BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,8,190); }

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

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

 a { background-color: rgb(41,8,190); }

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

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

 span { border-color: rgb(41,8,190); }

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