Html Css Color HEX #031BBE Medium Blue

📋 copy color: '#031BBE'

red 3 ◦ green 27 ◦ blue 190

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

Shades of Medium Blue #031BBE

Tints of Medium Blue #031BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 86.36%

R = 1.36%
G = 12.27%
B = 86.36%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#031BBE (or 0x031BBE) is known color: Medium Blue. HEX triplet: 03, 1B and BE. RGB value is (3,27,190). Sum of RGB (Red+Green+Blue) = 3+27+190=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 190 (74.61% from 255 or 86.36% from 220); Max value from RGB is 190 - color contains mainly: blue. Hex color #031BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031BBE is #FCE441. Grayscale: #252525. Windows color (decimal): -16573506 or 12458755. OLE color: 12458755.

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

Color convert

RGB 3 27 190 -
CMYK 0.98 0.86 0 0.25
HSL 232.3º 0.97% 0.38% -
HSV(B) 232.3º 0.98% 0.75% -
XYZ 9.72 4.52 49.08 -
YUV 38.41 213.55 102.75 -
System Red Green Blue C M Y K H S L
Decimal 3 27 190 0.98 0.86 0 0.25 232.3 0.97 0.38
Hex 3 1B BE 62 56 0 19 E8 61 26
Octal 3 33 276 142 126 0 31 350 141 46
Binary 11 11011 10111110 1100010 1010110 0 11001 11101000 1100001 100110

Color Harmonies of #031BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031BBE

Black with #031BBE

Text Example


Text Example

White with #031BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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