Html Css Color HEX #0311BF Medium Blue

📋 copy color: '#0311BF'

red 3 ◦ green 17 ◦ blue 191

#0311BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #0311BF

Tints of Medium Blue #0311BF

RGB

 RED value IS 3 (1.56% from 255) = 1.42%

 GREEN value IS 17 (7.03% from 255) = 8.06%

 BLUE value IS 191 (75% from 255) = 90.52%

R = 1.42%
G = 8.06%
B = 90.52%

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0311BF (or 0x0311BF) is known color: Medium Blue. HEX triplet: 03, 11 and BF. RGB value is (3,17,191). Sum of RGB (Red+Green+Blue) = 3+17+191=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 191 (75% from 255 or 90.52% from 211); Max value from RGB is 191 - color contains mainly: blue. Hex color #0311BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0311BF is #FCEE40. Grayscale: #1F1F1F. Windows color (decimal): -16576065 or 12521731. OLE color: 12521731.

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

Color convert

RGB 3 17 191 -
CMYK 0.98 0.91 0 0.25
HSL 235.53º 0.97% 0.38% -
HSV(B) 235.53º 0.98% 0.75% -
XYZ 9.64 4.18 49.59 -
YUV 32.65 217.36 106.85 -
System Red Green Blue C M Y K H S L
Decimal 3 17 191 0.98 0.91 0 0.25 235.53 0.97 0.38
Hex 3 11 BF 62 5B 0 19 EC 61 26
Octal 3 21 277 142 133 0 31 354 141 46
Binary 11 10001 10111111 1100010 1011011 0 11001 11101100 1100001 100110

Color Harmonies of #0311BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0311BF

Black with #0311BF

Text Example


Text Example

White with #0311BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,17,191); }

 H1.HeaderClassName
 {
   color: #0311BF;
 }
 .AnyTagClassName
 {
   color: #0311BF;
 }
</style>

background-color css

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

 a { background-color: rgb(3,17,191); }

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

border-color css

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

 span { border-color: rgb(3,17,191); }

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