Html Css Color HEX #031BC6 Medium Blue

📋 copy color: '#031BC6'

red 3 ◦ green 27 ◦ blue 198

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

Shades of Medium Blue #031BC6

Tints of Medium Blue #031BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 86.84%

R = 1.32%
G = 11.84%
B = 86.84%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#031BC6 (or 0x031BC6) is known color: Medium Blue. HEX triplet: 03, 1B and C6. RGB value is (3,27,198). Sum of RGB (Red+Green+Blue) = 3+27+198=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 27 (10.94% from 255 or 11.84% from 228); Blue value is 198 (77.73% from 255 or 86.84% from 228); Max value from RGB is 198 - color contains mainly: blue. Hex color #031BC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031BC6 is #FCE439. Grayscale: #262626. Windows color (decimal): -16573498 or 12983043. OLE color: 12983043.

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

Color convert

RGB 3 27 198 -
CMYK 0.98 0.86 0 0.22
HSL 232.62º 0.97% 0.39% -
HSV(B) 232.62º 0.98% 0.78% -
XYZ 10.62 4.88 53.81 -
YUV 39.32 217.55 102.1 -
System Red Green Blue C M Y K H S L
Decimal 3 27 198 0.98 0.86 0 0.22 232.62 0.97 0.39
Hex 3 1B C6 62 56 0 16 E9 61 27
Octal 3 33 306 142 126 0 26 351 141 47
Binary 11 11011 11000110 1100010 1010110 0 10110 11101001 1100001 100111

Color Harmonies of #031BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031BC6

Black with #031BC6

Text Example


Text Example

White with #031BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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