#3000BF

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

Shades of Medium Blue #3000BF

Tints of Medium Blue #3000BF

Color information

#3000BF (or 0x3000BF) is unknown color: approx Medium Blue. HEX triplet: 30, 00 and BF. RGB value is (48,0,191). Sum of RGB (Red+Green+Blue) = 48+0+191=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 191 (75% from 255 or 79.92% from 239); Max value from RGB is 191 - color contains mainly: blue. Hex color #3000BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3000BF is #CFFF40. Grayscale: #232323. Windows color (decimal): -13631297 or 12517424. OLE color: 12517424.

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

Color convert

RGB480191-
CMYK0.75100.25
HSL255.08º100%37.45%-
HSV(B)255.08º100%74.9%-
XYZ10.624.3949.58-
YUV36.13215.4136.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 79.92%
R=20.08%
G=0%
B=79.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4801910.75100.25255.0810037.45
Hex300BF4B64019ff6425
Octal60027711314403137714445
Binary11000001011111110010111100100011001111111111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3000BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3000BF; }

 p { color: rgb(48,0,191); }

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

<style>
 a { background-color: #3000BF; }

 a { background-color: rgb(48,0,191); }

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

<style>
 span { border-color: #3000BF; }

 span { border-color: rgb(48,0,191); }

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