Html Css Color HEX #031FCE Medium Blue

📋 copy color: '#031FCE'

red 3 ◦ green 31 ◦ blue 206

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

Shades of Medium Blue #031FCE

Tints of Medium Blue #031FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.92%

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

R = 1.25%
G = 12.92%
B = 85.83%

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

#031FCE (or 0x031FCE) is known color: Medium Blue. HEX triplet: 03, 1F and CE. RGB value is (3,31,206). Sum of RGB (Red+Green+Blue) = 3+31+206=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 206 (80.86% from 255 or 85.83% from 240); Max value from RGB is 206 - color contains mainly: blue. Hex color #031FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031FCE is #FCE031. Grayscale: #292929. Windows color (decimal): -16572466 or 13508355. OLE color: 13508355.

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

Color convert

RGB 3 31 206 -
CMYK 0.99 0.85 0 0.19
HSL 231.72º 0.97% 0.41% -
HSV(B) 231.72º 0.99% 0.81% -
XYZ 11.67 5.46 58.83 -
YUV 42.58 220.22 99.77 -
System Red Green Blue C M Y K H S L
Decimal 3 31 206 0.99 0.85 0 0.19 231.72 0.97 0.41
Hex 3 1F CE 63 55 0 13 E8 61 29
Octal 3 37 316 143 125 0 23 350 141 51
Binary 11 11111 11001110 1100011 1010101 0 10011 11101000 1100001 101001

Color Harmonies of #031FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031FCE

Black with #031FCE

Text Example


Text Example

White with #031FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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