Html Css Color HEX #2717D7 Medium Blue

📋 copy color: '#2717D7'

red 39 ◦ green 23 ◦ blue 215

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

Shades of Medium Blue #2717D7

Tints of Medium Blue #2717D7

RGB

 RED value IS 39 (15.63% from 255) = 14.08%

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

 BLUE value IS 215 (84.38% from 255) = 77.62%

R = 14.08%
G = 8.3%
B = 77.62%

CMYK

 C value IS 0.82

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2717D7 (or 0x2717D7) is known color: Medium Blue. HEX triplet: 27, 17 and D7. RGB value is (39,23,215). Sum of RGB (Red+Green+Blue) = 39+23+215=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 215 (84.38% from 255 or 77.62% from 277); Max value from RGB is 215 - color contains mainly: blue. Hex color #2717D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2717D7 is #D8E828. Grayscale: #303030. Windows color (decimal): -14215209 or 14096167. OLE color: 14096167.

HSL color Cylindrical-coordinate representation of color #2717D7: hue angle of 245º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2717D7 is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 39 23 215 -
CMYK 0.82 0.89 0 0.16
HSL 245º 0.81% 0.47% -
HSV(B) 245º 0.89% 0.84% -
XYZ 13.41 5.95 64.73 -
YUV 49.67 221.3 120.39 -
System Red Green Blue C M Y K H S L
Decimal 39 23 215 0.82 0.89 0 0.16 245 0.81 0.47
Hex 27 17 D7 52 59 0 10 F5 51 2F
Octal 47 27 327 122 131 0 20 365 121 57
Binary 100111 10111 11010111 1010010 1011001 0 10000 11110101 1010001 101111

Color Harmonies of #2717D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2717D7

Black with #2717D7

Text Example


Text Example

White with #2717D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2717D7; }

 p { color: rgb(39,23,215); }

 H1.HeaderClassName
 {
   color: #2717D7;
 }
 .AnyTagClassName
 {
   color: #2717D7;
 }
</style>

background-color css

<style>
 a { background-color: #2717D7; }

 a { background-color: rgb(39,23,215); }

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

border-color css

<style>
 span { border-color: #2717D7; }

 span { border-color: rgb(39,23,215); }

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