Html Css Color HEX #031DCC Medium Blue

📋 copy color: '#031DCC'

red 3 ◦ green 29 ◦ blue 204

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

Shades of Medium Blue #031DCC

Tints of Medium Blue #031DCC

RGB

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

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

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

R = 1.27%
G = 12.29%
B = 86.44%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#031DCC (or 0x031DCC) is known color: Medium Blue. HEX triplet: 03, 1D and CC. RGB value is (3,29,204). Sum of RGB (Red+Green+Blue) = 3+29+204=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 204 (80.08% from 255 or 86.44% from 236); Max value from RGB is 204 - color contains mainly: blue. Hex color #031DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031DCC is #FCE233. Grayscale: #282828. Windows color (decimal): -16572980 or 13376771. OLE color: 13376771.

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

Color convert

RGB 3 29 204 -
CMYK 0.99 0.86 0 0.2
HSL 232.24º 0.97% 0.41% -
HSV(B) 232.24º 0.99% 0.8% -
XYZ 11.38 5.26 57.54 -
YUV 41.18 219.89 100.77 -
System Red Green Blue C M Y K H S L
Decimal 3 29 204 0.99 0.86 0 0.2 232.24 0.97 0.41
Hex 3 1D CC 63 56 0 14 E8 61 29
Octal 3 35 314 143 126 0 24 350 141 51
Binary 11 11101 11001100 1100011 1010110 0 10100 11101000 1100001 101001

Color Harmonies of #031DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031DCC

Black with #031DCC

Text Example


Text Example

White with #031DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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