#030BB6

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

Shades of Medium Blue #030BB6

Tints of Medium Blue #030BB6

Color information

#030BB6 (or 0x030BB6) is unknown color: approx Medium Blue. HEX triplet: 03, 0B and B6. RGB value is (3,11,182). Sum of RGB (Red+Green+Blue) = 3+11+182=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 182 (71.48% from 255 or 92.86% from 196); Max value from RGB is 182 - color contains mainly: blue. Hex color #030BB6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030BB6 is #FCF449. Grayscale: #1B1B1B. Windows color (decimal): -16577610 or 11930371. OLE color: 11930371.

HSL color Cylindrical-coordinate representation of color #030BB6: hue angle of 237.32º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030BB6 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB311182-
CMYK0.980.9400.29
HSL237.32º96.76%36.27%-
HSV(B)237.32º98.35%71.37%-
XYZ8.63.6444.5-
YUV28.1214.85110.1-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.53%
GREEN value IS 11 (4.69% from 255) = 5.61%
BLUE value IS 182 (71.48% from 255) = 92.86%
R=1.53%
G=5.61%
B=92.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3111820.980.9400.29237.3296.7636.27
Hex3BB6625E01Ded6124
Octal31326614213603535514144
Binary1110111011011011000101011110011101111011011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030BB6; }

 p { color: rgb(3,11,182); }

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

<style>
 a { background-color: #030BB6; }

 a { background-color: rgb(3,11,182); }

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

<style>
 span { border-color: #030BB6; }

 span { border-color: rgb(3,11,182); }

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