Html Css Color HEX #031CC0 Medium Blue

📋 copy color: '#031CC0'

red 3 ◦ green 28 ◦ blue 192

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

Shades of Medium Blue #031CC0

Tints of Medium Blue #031CC0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.56%

 BLUE value IS 192 (75.39% from 255) = 86.1%

R = 1.35%
G = 12.56%
B = 86.1%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#031CC0 (or 0x031CC0) is known color: Medium Blue. HEX triplet: 03, 1C and C0. RGB value is (3,28,192). Sum of RGB (Red+Green+Blue) = 3+28+192=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 192 (75.39% from 255 or 86.10% from 223); Max value from RGB is 192 - color contains mainly: blue. Hex color #031CC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031CC0 is #FCE33F. Grayscale: #262626. Windows color (decimal): -16573248 or 12590083. OLE color: 12590083.

HSL color Cylindrical-coordinate representation of color #031CC0: hue angle of 232.06º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031CC0 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 28 192 -
CMYK 0.98 0.85 0 0.25
HSL 232.06º 0.97% 0.38% -
HSV(B) 232.06º 0.98% 0.75% -
XYZ 9.97 4.66 50.24 -
YUV 39.22 214.22 102.16 -
System Red Green Blue C M Y K H S L
Decimal 3 28 192 0.98 0.85 0 0.25 232.06 0.97 0.38
Hex 3 1C C0 62 55 0 19 E8 61 26
Octal 3 34 300 142 125 0 31 350 141 46
Binary 11 11100 11000000 1100010 1010101 0 11001 11101000 1100001 100110

Color Harmonies of #031CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031CC0

Black with #031CC0

Text Example


Text Example

White with #031CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,28,192); }

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

background-color css

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

 a { background-color: rgb(3,28,192); }

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

border-color css

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

 span { border-color: rgb(3,28,192); }

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