Html Css Color HEX #2313BE Medium Blue

📋 copy color: '#2313BE'

red 35 ◦ green 19 ◦ blue 190

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

Shades of Medium Blue #2313BE

Tints of Medium Blue #2313BE

RGB

 RED value IS 35 (14.06% from 255) = 14.34%

 GREEN value IS 19 (7.81% from 255) = 7.79%

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

R = 14.34%
G = 7.79%
B = 77.87%

CMYK

 C value IS 0.82

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2313BE (or 0x2313BE) is known color: Medium Blue. HEX triplet: 23, 13 and BE. RGB value is (35,19,190). Sum of RGB (Red+Green+Blue) = 35+19+190=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 190 (74.61% from 255 or 77.87% from 244); Max value from RGB is 190 - color contains mainly: blue. Hex color #2313BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2313BE is #DCEC41. Grayscale: #2A2A2A. Windows color (decimal): -14478402 or 12456739. OLE color: 12456739.

HSL color Cylindrical-coordinate representation of color #2313BE: hue angle of 245.61º degrees, saturation: 0.82, 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 #2313BE is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 19 190 -
CMYK 0.82 0.90 0 0.25
HSL 245.61º 0.82% 0.41% -
HSV(B) 245.61º 0.9% 0.75% -
XYZ 10.22 4.54 49.05 -
YUV 43.28 210.8 122.1 -
System Red Green Blue C M Y K H S L
Decimal 35 19 190 0.82 0.90 0 0.25 245.61 0.82 0.41
Hex 23 13 BE 52 5A 0 19 F6 52 29
Octal 43 23 276 122 132 0 31 366 122 51
Binary 100011 10011 10111110 1010010 1011010 0 11001 11110110 1010010 101001

Color Harmonies of #2313BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2313BE

Black with #2313BE

Text Example


Text Example

White with #2313BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2313BE; }

 p { color: rgb(35,19,190); }

 H1.HeaderClassName
 {
   color: #2313BE;
 }
 .AnyTagClassName
 {
   color: #2313BE;
 }
</style>

background-color css

<style>
 a { background-color: #2313BE; }

 a { background-color: rgb(35,19,190); }

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

border-color css

<style>
 span { border-color: #2313BE; }

 span { border-color: rgb(35,19,190); }

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