Html Css Color HEX #0306BC Medium Blue

📋 copy color: '#0306BC'

red 3 ◦ green 6 ◦ blue 188

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

Shades of Medium Blue #0306BC

Tints of Medium Blue #0306BC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.05%

 BLUE value IS 188 (73.83% from 255) = 95.43%

R = 1.52%
G = 3.05%
B = 95.43%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0306BC (or 0x0306BC) is known color: Medium Blue. HEX triplet: 03, 06 and BC. RGB value is (3,6,188). Sum of RGB (Red+Green+Blue) = 3+6+188=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 188 (73.83% from 255 or 95.43% from 197); Max value from RGB is 188 - color contains mainly: blue. Hex color #0306BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0306BC is #FCF943. Grayscale: #191919. Windows color (decimal): -16578884 or 12322307. OLE color: 12322307.

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

Color convert

RGB 3 6 188 -
CMYK 0.98 0.97 0 0.26
HSL 239.03º 0.97% 0.37% -
HSV(B) 239.03º 0.98% 0.74% -
XYZ 9.18 3.78 47.82 -
YUV 25.85 219.51 111.7 -
System Red Green Blue C M Y K H S L
Decimal 3 6 188 0.98 0.97 0 0.26 239.03 0.97 0.37
Hex 3 6 BC 62 61 0 1A EF 61 25
Octal 3 6 274 142 141 0 32 357 141 45
Binary 11 110 10111100 1100010 1100001 0 11010 11101111 1100001 100101

Color Harmonies of #0306BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0306BC

Black with #0306BC

Text Example


Text Example

White with #0306BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0306BC; }

 p { color: rgb(3,6,188); }

 H1.HeaderClassName
 {
   color: #0306BC;
 }
 .AnyTagClassName
 {
   color: #0306BC;
 }
</style>

background-color css

<style>
 a { background-color: #0306BC; }

 a { background-color: rgb(3,6,188); }

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

border-color css

<style>
 span { border-color: #0306BC; }

 span { border-color: rgb(3,6,188); }

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