Html Css Color HEX #2317CB Medium Blue

📋 copy color: '#2317CB'

red 35 ◦ green 23 ◦ blue 203

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

Shades of Medium Blue #2317CB

Tints of Medium Blue #2317CB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.81%

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

R = 13.41%
G = 8.81%
B = 77.78%

CMYK

 C value IS 0.83

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2317CB (or 0x2317CB) is known color: Medium Blue. HEX triplet: 23, 17 and CB. RGB value is (35,23,203). Sum of RGB (Red+Green+Blue) = 35+23+203=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 203 (79.69% from 255 or 77.78% from 261); Max value from RGB is 203 - color contains mainly: blue. Hex color #2317CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2317CB is #DCE834. Grayscale: #2E2E2E. Windows color (decimal): -14477365 or 13309731. OLE color: 13309731.

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

Color convert

RGB 35 23 203 -
CMYK 0.83 0.89 0 0.20
HSL 244º 0.8% 0.44% -
HSV(B) 244º 0.89% 0.8% -
XYZ 11.78 5.28 56.9 -
YUV 47.11 215.98 119.36 -
System Red Green Blue C M Y K H S L
Decimal 35 23 203 0.83 0.89 0 0.20 244 0.8 0.44
Hex 23 17 CB 53 59 0 14 F4 50 2C
Octal 43 27 313 123 131 0 24 364 120 54
Binary 100011 10111 11001011 1010011 1011001 0 10100 11110100 1010000 101100

Color Harmonies of #2317CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2317CB

Black with #2317CB

Text Example


Text Example

White with #2317CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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