Html Css Color HEX #031BC3 Medium Blue

📋 copy color: '#031BC3'

red 3 ◦ green 27 ◦ blue 195

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

Shades of Medium Blue #031BC3

Tints of Medium Blue #031BC3

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12%

 BLUE value IS 195 (76.56% from 255) = 86.67%

R = 1.33%
G = 12%
B = 86.67%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#031BC3 (or 0x031BC3) is known color: Medium Blue. HEX triplet: 03, 1B and C3. RGB value is (3,27,195). Sum of RGB (Red+Green+Blue) = 3+27+195=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 195 (76.56% from 255 or 86.67% from 225); Max value from RGB is 195 - color contains mainly: blue. Hex color #031BC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031BC3 is #FCE43C. Grayscale: #262626. Windows color (decimal): -16573501 or 12786435. OLE color: 12786435.

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

Color convert

RGB 3 27 195 -
CMYK 0.98 0.86 0 0.24
HSL 232.5º 0.97% 0.39% -
HSV(B) 232.5º 0.98% 0.76% -
XYZ 10.28 4.74 52 -
YUV 38.98 216.05 102.34 -
System Red Green Blue C M Y K H S L
Decimal 3 27 195 0.98 0.86 0 0.24 232.5 0.97 0.39
Hex 3 1B C3 62 56 0 18 E8 61 27
Octal 3 33 303 142 126 0 30 350 141 47
Binary 11 11011 11000011 1100010 1010110 0 11000 11101000 1100001 100111

Color Harmonies of #031BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031BC3

Black with #031BC3

Text Example


Text Example

White with #031BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,27,195); }

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

background-color css

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

 a { background-color: rgb(3,27,195); }

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

border-color css

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

 span { border-color: rgb(3,27,195); }

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