#0300BD

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

Shades of Medium Blue #0300BD

Tints of Medium Blue #0300BD

Color information

#0300BD (or 0x0300BD) is unknown color: approx Medium Blue. HEX triplet: 03, 00 and BD. RGB value is (3,0,189). Sum of RGB (Red+Green+Blue) = 3+0+189=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 189 (74.22% from 255 or 98.44% from 192); Max value from RGB is 189 - color contains mainly: blue. Hex color #0300BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0300BD is #FCFF42. Grayscale: #151515. Windows color (decimal): -16580419 or 12386307. OLE color: 12386307.

HSL color Cylindrical-coordinate representation of color #0300BD: hue angle of 240.95º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0300BD is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB30189-
CMYK0.98100.26
HSL240.95º100%37.06%-
HSV(B)240.95º100%74.12%-
XYZ9.223.6948.37-
YUV22.44221.99114.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 189 (74.22% from 255) = 98.44%
R=1.56%
G=0%
B=98.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal301890.98100.26240.9510037.06
Hex30BD626401Af16425
Octal3027514214403236114445
Binary1101011110111000101100100011010111100011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0300BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0300BD; }

 p { color: rgb(3,0,189); }

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

<style>
 a { background-color: #0300BD; }

 a { background-color: rgb(3,0,189); }

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

<style>
 span { border-color: #0300BD; }

 span { border-color: rgb(3,0,189); }

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