Html Css Color HEX #0311CB Medium Blue

📋 copy color: '#0311CB'

red 3 ◦ green 17 ◦ blue 203

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

Shades of Medium Blue #0311CB

Tints of Medium Blue #0311CB

RGB

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

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

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

R = 1.35%
G = 7.62%
B = 91.03%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0311CB (or 0x0311CB) is known color: Medium Blue. HEX triplet: 03, 11 and CB. RGB value is (3,17,203). Sum of RGB (Red+Green+Blue) = 3+17+203=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 203 (79.69% from 255 or 91.03% from 223); Max value from RGB is 203 - color contains mainly: blue. Hex color #0311CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0311CB is #FCEE34. Grayscale: #212121. Windows color (decimal): -16576053 or 13308163. OLE color: 13308163.

HSL color Cylindrical-coordinate representation of color #0311CB: hue angle of 235.8º 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 #0311CB is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 17 203 -
CMYK 0.99 0.92 0 0.20
HSL 235.8º 0.97% 0.4% -
HSV(B) 235.8º 0.99% 0.8% -
XYZ 11.02 4.73 56.83 -
YUV 34.02 223.36 105.88 -
System Red Green Blue C M Y K H S L
Decimal 3 17 203 0.99 0.92 0 0.20 235.8 0.97 0.4
Hex 3 11 CB 63 5C 0 14 EC 61 28
Octal 3 21 313 143 134 0 24 354 141 50
Binary 11 10001 11001011 1100011 1011100 0 10100 11101100 1100001 101000

Color Harmonies of #0311CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0311CB

Black with #0311CB

Text Example


Text Example

White with #0311CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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