Html Css Color HEX #031ECE Medium Blue

📋 copy color: '#031ECE'

red 3 ◦ green 30 ◦ blue 206

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

Shades of Medium Blue #031ECE

Tints of Medium Blue #031ECE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.55%

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

R = 1.26%
G = 12.55%
B = 86.19%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#031ECE (or 0x031ECE) is known color: Medium Blue. HEX triplet: 03, 1E and CE. RGB value is (3,30,206). Sum of RGB (Red+Green+Blue) = 3+30+206=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 206 (80.86% from 255 or 86.19% from 239); Max value from RGB is 206 - color contains mainly: blue. Hex color #031ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031ECE is #FCE131. Grayscale: #292929. Windows color (decimal): -16572722 or 13508099. OLE color: 13508099.

HSL color Cylindrical-coordinate representation of color #031ECE: hue angle of 232.02º 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 #031ECE is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 30 206 -
CMYK 0.99 0.85 0 0.19
HSL 232.02º 0.97% 0.41% -
HSV(B) 232.02º 0.99% 0.81% -
XYZ 11.64 5.4 58.82 -
YUV 41.99 220.55 100.19 -
System Red Green Blue C M Y K H S L
Decimal 3 30 206 0.99 0.85 0 0.19 232.02 0.97 0.41
Hex 3 1E CE 63 55 0 13 E8 61 29
Octal 3 36 316 143 125 0 23 350 141 51
Binary 11 11110 11001110 1100011 1010101 0 10011 11101000 1100001 101001

Color Harmonies of #031ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031ECE

Black with #031ECE

Text Example


Text Example

White with #031ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031ECE; }

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

 H1.HeaderClassName
 {
   color: #031ECE;
 }
 .AnyTagClassName
 {
   color: #031ECE;
 }
</style>

background-color css

<style>
 a { background-color: #031ECE; }

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

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

border-color css

<style>
 span { border-color: #031ECE; }

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

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