Html Css Color HEX #0311CC Medium Blue

📋 copy color: '#0311CC'

red 3 ◦ green 17 ◦ blue 204

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

Shades of Medium Blue #0311CC

Tints of Medium Blue #0311CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 91.07%

R = 1.34%
G = 7.59%
B = 91.07%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0311CC (or 0x0311CC) is known color: Medium Blue. HEX triplet: 03, 11 and CC. RGB value is (3,17,204). Sum of RGB (Red+Green+Blue) = 3+17+204=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 204 (80.08% from 255 or 91.07% from 224); Max value from RGB is 204 - color contains mainly: blue. Hex color #0311CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0311CC is #FCEE33. Grayscale: #212121. Windows color (decimal): -16576052 or 13373699. OLE color: 13373699.

HSL color Cylindrical-coordinate representation of color #0311CC: hue angle of 235.82º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0311CC is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 17 204 -
CMYK 0.99 0.92 0 0.2
HSL 235.82º 0.97% 0.41% -
HSV(B) 235.82º 0.99% 0.8% -
XYZ 11.14 4.78 57.46 -
YUV 34.13 223.86 105.79 -
System Red Green Blue C M Y K H S L
Decimal 3 17 204 0.99 0.92 0 0.2 235.82 0.97 0.41
Hex 3 11 CC 63 5C 0 14 EC 61 29
Octal 3 21 314 143 134 0 24 354 141 51
Binary 11 10001 11001100 1100011 1011100 0 10100 11101100 1100001 101001

Color Harmonies of #0311CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0311CC

Black with #0311CC

Text Example


Text Example

White with #0311CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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