Html Css Color HEX #2313BC Medium Blue

📋 copy color: '#2313BC'

red 35 ◦ green 19 ◦ blue 188

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

Shades of Medium Blue #2313BC

Tints of Medium Blue #2313BC

RGB

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

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

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

R = 14.46%
G = 7.85%
B = 77.69%

CMYK

 C value IS 0.81

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2313BC (or 0x2313BC) is known color: Medium Blue. HEX triplet: 23, 13 and BC. RGB value is (35,19,188). Sum of RGB (Red+Green+Blue) = 35+19+188=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 188 (73.83% from 255 or 77.69% from 242); Max value from RGB is 188 - color contains mainly: blue. Hex color #2313BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2313BC is #DCEC43. Grayscale: #2A2A2A. Windows color (decimal): -14478404 or 12325667. OLE color: 12325667.

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

Color convert

RGB 35 19 188 -
CMYK 0.81 0.90 0 0.26
HSL 245.68º 0.82% 0.41% -
HSV(B) 245.68º 0.9% 0.74% -
XYZ 10 4.45 47.91 -
YUV 43.05 209.8 122.26 -
System Red Green Blue C M Y K H S L
Decimal 35 19 188 0.81 0.90 0 0.26 245.68 0.82 0.41
Hex 23 13 BC 51 5A 0 1A F6 52 29
Octal 43 23 274 121 132 0 32 366 122 51
Binary 100011 10011 10111100 1010001 1011010 0 11010 11110110 1010010 101001

Color Harmonies of #2313BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2313BC

Black with #2313BC

Text Example


Text Example

White with #2313BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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