#3001BE

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

Shades of Medium Blue #3001BE

Tints of Medium Blue #3001BE

Color information

#3001BE (or 0x3001BE) is unknown color: approx Medium Blue. HEX triplet: 30, 01 and BE. RGB value is (48,1,190). Sum of RGB (Red+Green+Blue) = 48+1+190=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 1 (0.78% from 255 or 0.42% 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 #3001BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3001BE is #CFFE41. Grayscale: #232323. Windows color (decimal): -13631042 or 12452144. OLE color: 12452144.

HSL color Cylindrical-coordinate representation of color #3001BE: hue angle of 254.92º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3001BE is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB481190-
CMYK0.750.9900.25
HSL254.92º98.95%37.45%-
HSV(B)254.92º99.47%74.51%-
XYZ10.524.3749-
YUV36.6214.57136.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.08%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 190 (74.61% from 255) = 79.50%
R=20.08%
G=0.42%
B=79.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4811900.750.9900.25254.9298.9537.45
Hex301BE4B63019ff6325
Octal60127611314303137714345
Binary11000011011111010010111100011011001111111111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3001BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,1,190); }

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

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

 a { background-color: rgb(48,1,190); }

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

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

 span { border-color: rgb(48,1,190); }

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