#2314BF

Color #2314BF Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #2314BF

Tints of Medium Blue #2314BF

Color information

#2314BF (or 0x2314BF) is unknown color: approx Medium Blue. HEX triplet: 23, 14 and BF. RGB value is (35,20,191). Sum of RGB (Red+Green+Blue) = 35+20+191=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 191 (75% from 255 or 77.64% from 246); Max value from RGB is 191 - color contains mainly: blue. Hex color #2314BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2314BF is #DCEB40. Grayscale: #2B2B2B. Windows color (decimal): -14478145 or 12522531. OLE color: 12522531.

HSL color Cylindrical-coordinate representation of color #2314BF: hue angle of 245.26º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2314BF is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3520191-
CMYK0.820.9000.25
HSL245.26º81.04%41.37%-
HSV(B)245.26º89.53%74.9%-
XYZ10.354.6249.64-
YUV43.98210.97121.6-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.23%
GREEN value IS 20 (8.20% from 255) = 8.13%
BLUE value IS 191 (75% from 255) = 77.64%
R=14.23%
G=8.13%
B=77.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal35201910.820.9000.25245.2681.0441.37
Hex2314BF525A019f55129
Octal432427712213203136512151
Binary100011101001011111110100101011010011001111101011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2314BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2314BF; }

 p { color: rgb(35,20,191); }

 H1.HeaderClassName
 {
   color: #2314BF;
 }
 .AnyTagClassName
 {
   color: #2314BF;
 }
</style>
background-color css

<style>
 a { background-color: #2314BF; }

 a { background-color: rgb(35,20,191); }

 div.DivClassName
 {
   background-color: #2314BF;
 }
 .BgClassName
 {
   background-color: #2314BF;
 }
</style>
border-color css

<style>
 span { border-color: #2314BF; }

 span { border-color: rgb(35,20,191); }

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