#0307BA

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

Shades of Medium Blue #0307BA

Tints of Medium Blue #0307BA

Color information

#0307BA (or 0x0307BA) is unknown color: approx Medium Blue. HEX triplet: 03, 07 and BA. RGB value is (3,7,186). Sum of RGB (Red+Green+Blue) = 3+7+186=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 186 (73.05% from 255 or 94.90% from 196); Max value from RGB is 186 - color contains mainly: blue. Hex color #0307BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0307BA is #FCF845. Grayscale: #191919. Windows color (decimal): -16578630 or 12191491. OLE color: 12191491.

HSL color Cylindrical-coordinate representation of color #0307BA: hue angle of 238.69º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0307BA is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB37186-
CMYK0.980.9600.27
HSL238.69º96.83%37.06%-
HSV(B)238.69º98.39%72.94%-
XYZ8.983.7246.7-
YUV26.21218.17111.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.53%
GREEN value IS 7 (3.12% from 255) = 3.57%
BLUE value IS 186 (73.05% from 255) = 94.90%
R=1.53%
G=3.57%
B=94.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal371860.980.9600.27238.6996.8337.06
Hex37BA626001Bef6125
Octal3727214214003335714145
Binary111111011101011000101100000011011111011111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0307BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0307BA; }

 p { color: rgb(3,7,186); }

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

<style>
 a { background-color: #0307BA; }

 a { background-color: rgb(3,7,186); }

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

<style>
 span { border-color: #0307BA; }

 span { border-color: rgb(3,7,186); }

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