Html Css Color HEX #031CC1 Medium Blue

📋 copy color: '#031CC1'

red 3 ◦ green 28 ◦ blue 193

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

Shades of Medium Blue #031CC1

Tints of Medium Blue #031CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 86.16%

R = 1.34%
G = 12.5%
B = 86.16%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#031CC1 (or 0x031CC1) is known color: Medium Blue. HEX triplet: 03, 1C and C1. RGB value is (3,28,193). Sum of RGB (Red+Green+Blue) = 3+28+193=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 193 (75.78% from 255 or 86.16% from 224); Max value from RGB is 193 - color contains mainly: blue. Hex color #031CC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031CC1 is #FCE33E. Grayscale: #262626. Windows color (decimal): -16573247 or 12655619. OLE color: 12655619.

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

Color convert

RGB 3 28 193 -
CMYK 0.98 0.85 0 0.24
HSL 232.11º 0.97% 0.38% -
HSV(B) 232.11º 0.98% 0.76% -
XYZ 10.08 4.7 50.83 -
YUV 39.34 214.72 102.08 -
System Red Green Blue C M Y K H S L
Decimal 3 28 193 0.98 0.85 0 0.24 232.11 0.97 0.38
Hex 3 1C C1 62 55 0 18 E8 61 26
Octal 3 34 301 142 125 0 30 350 141 46
Binary 11 11100 11000001 1100010 1010101 0 11000 11101000 1100001 100110

Color Harmonies of #031CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031CC1

Black with #031CC1

Text Example


Text Example

White with #031CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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