Html Css Color HEX #031FC6 Medium Blue

📋 copy color: '#031FC6'

red 3 ◦ green 31 ◦ blue 198

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

Shades of Medium Blue #031FC6

Tints of Medium Blue #031FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 85.34%

R = 1.29%
G = 13.36%
B = 85.34%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#031FC6 (or 0x031FC6) is known color: Medium Blue. HEX triplet: 03, 1F and C6. RGB value is (3,31,198). Sum of RGB (Red+Green+Blue) = 3+31+198=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 198 (77.73% from 255 or 85.34% from 232); Max value from RGB is 198 - color contains mainly: blue. Hex color #031FC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031FC6 is #FCE039. Grayscale: #282828. Windows color (decimal): -16572474 or 12984067. OLE color: 12984067.

HSL color Cylindrical-coordinate representation of color #031FC6: hue angle of 231.38º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031FC6 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 3 31 198 -
CMYK 0.98 0.84 0 0.22
HSL 231.38º 0.97% 0.39% -
HSV(B) 231.38º 0.98% 0.78% -
XYZ 10.72 5.08 53.84 -
YUV 41.67 216.22 100.42 -
System Red Green Blue C M Y K H S L
Decimal 3 31 198 0.98 0.84 0 0.22 231.38 0.97 0.39
Hex 3 1F C6 62 54 0 16 E7 61 27
Octal 3 37 306 142 124 0 26 347 141 47
Binary 11 11111 11000110 1100010 1010100 0 10110 11100111 1100001 100111

Color Harmonies of #031FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031FC6

Black with #031FC6

Text Example


Text Example

White with #031FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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