Html Css Color HEX #031CCE Medium Blue

📋 copy color: '#031CCE'

red 3 ◦ green 28 ◦ blue 206

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

Shades of Medium Blue #031CCE

Tints of Medium Blue #031CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 86.92%

R = 1.27%
G = 11.81%
B = 86.92%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#031CCE (or 0x031CCE) is known color: Medium Blue. HEX triplet: 03, 1C and CE. RGB value is (3,28,206). Sum of RGB (Red+Green+Blue) = 3+28+206=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 206 (80.86% from 255 or 86.92% from 237); Max value from RGB is 206 - color contains mainly: blue. Hex color #031CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031CCE is #FCE331. Grayscale: #282828. Windows color (decimal): -16573234 or 13507587. OLE color: 13507587.

HSL color Cylindrical-coordinate representation of color #031CCE: hue angle of 232.61º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031CCE is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 28 206 -
CMYK 0.99 0.86 0 0.19
HSL 232.61º 0.97% 0.41% -
HSV(B) 232.61º 0.99% 0.81% -
XYZ 11.59 5.31 58.81 -
YUV 40.82 221.22 101.03 -
System Red Green Blue C M Y K H S L
Decimal 3 28 206 0.99 0.86 0 0.19 232.61 0.97 0.41
Hex 3 1C CE 63 56 0 13 E9 61 29
Octal 3 34 316 143 126 0 23 351 141 51
Binary 11 11100 11001110 1100011 1010110 0 10011 11101001 1100001 101001

Color Harmonies of #031CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031CCE

Black with #031CCE

Text Example


Text Example

White with #031CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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