Html Css Color HEX #2311BC Medium Blue

📋 copy color: '#2311BC'

red 35 ◦ green 17 ◦ blue 188

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

Shades of Medium Blue #2311BC

Tints of Medium Blue #2311BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 78.33%

R = 14.58%
G = 7.08%
B = 78.33%

CMYK

 C value IS 0.81

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2311BC (or 0x2311BC) is known color: Medium Blue. HEX triplet: 23, 11 and BC. RGB value is (35,17,188). Sum of RGB (Red+Green+Blue) = 35+17+188=240 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.58% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 188 (73.83% from 255 or 78.33% from 240); Max value from RGB is 188 - color contains mainly: blue. Hex color #2311BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2311BC is #DCEE43. Grayscale: #292929. Windows color (decimal): -14478916 or 12325155. OLE color: 12325155.

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

Color convert

RGB 35 17 188 -
CMYK 0.81 0.91 0 0.26
HSL 246.32º 0.83% 0.4% -
HSV(B) 246.32º 0.91% 0.74% -
XYZ 9.97 4.39 47.9 -
YUV 41.88 210.46 123.1 -
System Red Green Blue C M Y K H S L
Decimal 35 17 188 0.81 0.91 0 0.26 246.32 0.83 0.4
Hex 23 11 BC 51 5B 0 1A F6 53 28
Octal 43 21 274 121 133 0 32 366 123 50
Binary 100011 10001 10111100 1010001 1011011 0 11010 11110110 1010011 101000

Color Harmonies of #2311BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2311BC

Black with #2311BC

Text Example


Text Example

White with #2311BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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