Html Css Color HEX #031DCE Medium Blue

📋 copy color: '#031DCE'

red 3 ◦ green 29 ◦ blue 206

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

Shades of Medium Blue #031DCE

Tints of Medium Blue #031DCE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.18%

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

R = 1.26%
G = 12.18%
B = 86.55%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#031DCE (or 0x031DCE) is known color: Medium Blue. HEX triplet: 03, 1D and CE. RGB value is (3,29,206). Sum of RGB (Red+Green+Blue) = 3+29+206=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 206 (80.86% from 255 or 86.55% from 238); Max value from RGB is 206 - color contains mainly: blue. Hex color #031DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031DCE is #FCE231. Grayscale: #282828. Windows color (decimal): -16572978 or 13507843. OLE color: 13507843.

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

Color convert

RGB 3 29 206 -
CMYK 0.99 0.86 0 0.19
HSL 232.32º 0.97% 0.41% -
HSV(B) 232.32º 0.99% 0.81% -
XYZ 11.62 5.35 58.81 -
YUV 41.4 220.89 100.61 -
System Red Green Blue C M Y K H S L
Decimal 3 29 206 0.99 0.86 0 0.19 232.32 0.97 0.41
Hex 3 1D CE 63 56 0 13 E8 61 29
Octal 3 35 316 143 126 0 23 350 141 51
Binary 11 11101 11001110 1100011 1010110 0 10011 11101000 1100001 101001

Color Harmonies of #031DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031DCE

Black with #031DCE

Text Example


Text Example

White with #031DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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