Html Css Color HEX #2313CB Medium Blue

📋 copy color: '#2313CB'

red 35 ◦ green 19 ◦ blue 203

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

Shades of Medium Blue #2313CB

Tints of Medium Blue #2313CB

RGB

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

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

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

R = 13.62%
G = 7.39%
B = 78.99%

CMYK

 C value IS 0.83

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2313CB (or 0x2313CB) is known color: Medium Blue. HEX triplet: 23, 13 and CB. RGB value is (35,19,203). Sum of RGB (Red+Green+Blue) = 35+19+203=257 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.62% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 203 (79.69% from 255 or 78.99% from 257); Max value from RGB is 203 - color contains mainly: blue. Hex color #2313CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2313CB is #DCEC34. Grayscale: #2C2C2C. Windows color (decimal): -14478389 or 13308707. OLE color: 13308707.

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

Color convert

RGB 35 19 203 -
CMYK 0.83 0.91 0 0.20
HSL 245.22º 0.83% 0.44% -
HSV(B) 245.22º 0.91% 0.8% -
XYZ 11.71 5.13 56.87 -
YUV 44.76 217.3 121.04 -
System Red Green Blue C M Y K H S L
Decimal 35 19 203 0.83 0.91 0 0.20 245.22 0.83 0.44
Hex 23 13 CB 53 5B 0 14 F5 53 2C
Octal 43 23 313 123 133 0 24 365 123 54
Binary 100011 10011 11001011 1010011 1011011 0 10100 11110101 1010011 101100

Color Harmonies of #2313CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2313CB

Black with #2313CB

Text Example


Text Example

White with #2313CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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