Html Css Color HEX #0306CB Medium Blue

📋 copy color: '#0306CB'

red 3 ◦ green 6 ◦ blue 203

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

Shades of Medium Blue #0306CB

Tints of Medium Blue #0306CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 95.75%

R = 1.42%
G = 2.83%
B = 95.75%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0306CB (or 0x0306CB) is known color: Medium Blue. HEX triplet: 03, 06 and CB. RGB value is (3,6,203). Sum of RGB (Red+Green+Blue) = 3+6+203=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 203 (79.69% from 255 or 95.75% from 212); Max value from RGB is 203 - color contains mainly: blue. Hex color #0306CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0306CB is #FCF934. Grayscale: #1A1A1A. Windows color (decimal): -16578869 or 13305347. OLE color: 13305347.

HSL color Cylindrical-coordinate representation of color #0306CB: hue angle of 239.1º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0306CB is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 6 203 -
CMYK 0.99 0.97 0 0.20
HSL 239.1º 0.97% 0.4% -
HSV(B) 239.1º 0.99% 0.8% -
XYZ 10.88 4.46 56.79 -
YUV 27.56 227.01 110.48 -
System Red Green Blue C M Y K H S L
Decimal 3 6 203 0.99 0.97 0 0.20 239.1 0.97 0.4
Hex 3 6 CB 63 61 0 14 EF 61 28
Octal 3 6 313 143 141 0 24 357 141 50
Binary 11 110 11001011 1100011 1100001 0 10100 11101111 1100001 101000

Color Harmonies of #0306CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0306CB

Black with #0306CB

Text Example


Text Example

White with #0306CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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