Html Css Color HEX #0311CE Medium Blue

📋 copy color: '#0311CE'

red 3 ◦ green 17 ◦ blue 206

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

Shades of Medium Blue #0311CE

Tints of Medium Blue #0311CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 91.15%

R = 1.33%
G = 7.52%
B = 91.15%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0311CE (or 0x0311CE) is known color: Medium Blue. HEX triplet: 03, 11 and CE. RGB value is (3,17,206). Sum of RGB (Red+Green+Blue) = 3+17+206=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 206 (80.86% from 255 or 91.15% from 226); Max value from RGB is 206 - color contains mainly: blue. Hex color #0311CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0311CE is #FCEE31. Grayscale: #212121. Windows color (decimal): -16576050 or 13504771. OLE color: 13504771.

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

Color convert

RGB 3 17 206 -
CMYK 0.99 0.92 0 0.19
HSL 235.86º 0.97% 0.41% -
HSV(B) 235.86º 0.99% 0.81% -
XYZ 11.38 4.88 58.73 -
YUV 34.36 224.86 105.63 -
System Red Green Blue C M Y K H S L
Decimal 3 17 206 0.99 0.92 0 0.19 235.86 0.97 0.41
Hex 3 11 CE 63 5C 0 13 EC 61 29
Octal 3 21 316 143 134 0 23 354 141 51
Binary 11 10001 11001110 1100011 1011100 0 10011 11101100 1100001 101001

Color Harmonies of #0311CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0311CE

Black with #0311CE

Text Example


Text Example

White with #0311CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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