Html Css Color HEX #2311BA Medium Blue

📋 copy color: '#2311BA'

red 35 ◦ green 17 ◦ blue 186

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

Shades of Medium Blue #2311BA

Tints of Medium Blue #2311BA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.14%

 BLUE value IS 186 (73.05% from 255) = 78.15%

R = 14.71%
G = 7.14%
B = 78.15%

CMYK

 C value IS 0.81

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2311BA (or 0x2311BA) is known color: Medium Blue. HEX triplet: 23, 11 and BA. RGB value is (35,17,186). Sum of RGB (Red+Green+Blue) = 35+17+186=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 186 (73.05% from 255 or 78.15% from 238); Max value from RGB is 186 - color contains mainly: blue. Hex color #2311BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2311BA is #DCEE45. Grayscale: #282828. Windows color (decimal): -14478918 or 12194083. OLE color: 12194083.

HSL color Cylindrical-coordinate representation of color #2311BA: hue angle of 246.39º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2311BA is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 17 186 -
CMYK 0.81 0.91 0 0.27
HSL 246.39º 0.83% 0.4% -
HSV(B) 246.39º 0.91% 0.73% -
XYZ 9.76 4.3 46.77 -
YUV 41.65 209.46 123.26 -
System Red Green Blue C M Y K H S L
Decimal 35 17 186 0.81 0.91 0 0.27 246.39 0.83 0.4
Hex 23 11 BA 51 5B 0 1B F6 53 28
Octal 43 21 272 121 133 0 33 366 123 50
Binary 100011 10001 10111010 1010001 1011011 0 11011 11110110 1010011 101000

Color Harmonies of #2311BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2311BA

Black with #2311BA

Text Example


Text Example

White with #2311BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2311BA; }

 p { color: rgb(35,17,186); }

 H1.HeaderClassName
 {
   color: #2311BA;
 }
 .AnyTagClassName
 {
   color: #2311BA;
 }
</style>

background-color css

<style>
 a { background-color: #2311BA; }

 a { background-color: rgb(35,17,186); }

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

border-color css

<style>
 span { border-color: #2311BA; }

 span { border-color: rgb(35,17,186); }

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