Html Css Color HEX #031FCC Medium Blue

📋 copy color: '#031FCC'

red 3 ◦ green 31 ◦ blue 204

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

Shades of Medium Blue #031FCC

Tints of Medium Blue #031FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 85.71%

R = 1.26%
G = 13.03%
B = 85.71%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#031FCC (or 0x031FCC) is known color: Medium Blue. HEX triplet: 03, 1F and CC. RGB value is (3,31,204). Sum of RGB (Red+Green+Blue) = 3+31+204=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 204 (80.08% from 255 or 85.71% from 238); Max value from RGB is 204 - color contains mainly: blue. Hex color #031FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031FCC is #FCE033. Grayscale: #292929. Windows color (decimal): -16572468 or 13377283. OLE color: 13377283.

HSL color Cylindrical-coordinate representation of color #031FCC: hue angle of 231.64º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031FCC is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 31 204 -
CMYK 0.99 0.85 0 0.2
HSL 231.64º 0.97% 0.41% -
HSV(B) 231.64º 0.99% 0.8% -
XYZ 11.43 5.36 57.56 -
YUV 42.35 219.22 99.93 -
System Red Green Blue C M Y K H S L
Decimal 3 31 204 0.99 0.85 0 0.2 231.64 0.97 0.41
Hex 3 1F CC 63 55 0 14 E8 61 29
Octal 3 37 314 143 125 0 24 350 141 51
Binary 11 11111 11001100 1100011 1010101 0 10100 11101000 1100001 101001

Color Harmonies of #031FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031FCC

Black with #031FCC

Text Example


Text Example

White with #031FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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