Html Css Color HEX #2311CB Medium Blue

📋 copy color: '#2311CB'

red 35 ◦ green 17 ◦ blue 203

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

Shades of Medium Blue #2311CB

Tints of Medium Blue #2311CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 79.61%

R = 13.73%
G = 6.67%
B = 79.61%

CMYK

 C value IS 0.83

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2311CB (or 0x2311CB) is known color: Medium Blue. HEX triplet: 23, 11 and CB. RGB value is (35,17,203). Sum of RGB (Red+Green+Blue) = 35+17+203=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 203 (79.69% from 255 or 79.61% from 255); Max value from RGB is 203 - color contains mainly: blue. Hex color #2311CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2311CB is #DCEE34. Grayscale: #2A2A2A. Windows color (decimal): -14478901 or 13308195. OLE color: 13308195.

HSL color Cylindrical-coordinate representation of color #2311CB: hue angle of 245.81º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2311CB is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 17 203 -
CMYK 0.83 0.92 0 0.20
HSL 245.81º 0.85% 0.43% -
HSV(B) 245.81º 0.92% 0.8% -
XYZ 11.67 5.07 56.86 -
YUV 43.59 217.96 121.88 -
System Red Green Blue C M Y K H S L
Decimal 35 17 203 0.83 0.92 0 0.20 245.81 0.85 0.43
Hex 23 11 CB 53 5C 0 14 F6 55 2B
Octal 43 21 313 123 134 0 24 366 125 53
Binary 100011 10001 11001011 1010011 1011100 0 10100 11110110 1010101 101011

Color Harmonies of #2311CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2311CB

Black with #2311CB

Text Example


Text Example

White with #2311CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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