Html Css Color HEX #2915CD Medium Blue

📋 copy color: '#2915CD'

red 41 ◦ green 21 ◦ blue 205

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

Shades of Medium Blue #2915CD

Tints of Medium Blue #2915CD

RGB

 RED value IS 41 (16.41% from 255) = 15.36%

 GREEN value IS 21 (8.59% from 255) = 7.87%

 BLUE value IS 205 (80.47% from 255) = 76.78%

R = 15.36%
G = 7.87%
B = 76.78%

CMYK

 C value IS 0.8

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2915CD (or 0x2915CD) is known color: Medium Blue. HEX triplet: 29, 15 and CD. RGB value is (41,21,205). Sum of RGB (Red+Green+Blue) = 41+21+205=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 205 (80.47% from 255 or 76.78% from 267); Max value from RGB is 205 - color contains mainly: blue. Hex color #2915CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2915CD is #D6EA32. Grayscale: #2F2F2F. Windows color (decimal): -14084659 or 13440297. OLE color: 13440297.

HSL color Cylindrical-coordinate representation of color #2915CD: hue angle of 246.52º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2915CD is Cyan = 0.8, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 21 205 -
CMYK 0.8 0.90 0 0.20
HSL 246.52º 0.81% 0.44% -
HSV(B) 246.52º 0.9% 0.8% -
XYZ 12.2 5.42 58.16 -
YUV 47.96 216.63 123.04 -
System Red Green Blue C M Y K H S L
Decimal 41 21 205 0.8 0.90 0 0.20 246.52 0.81 0.44
Hex 29 15 CD 50 5A 0 14 F7 51 2C
Octal 51 25 315 120 132 0 24 367 121 54
Binary 101001 10101 11001101 1010000 1011010 0 10100 11110111 1010001 101100

Color Harmonies of #2915CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2915CD

Black with #2915CD

Text Example


Text Example

White with #2915CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2915CD; }

 p { color: rgb(41,21,205); }

 H1.HeaderClassName
 {
   color: #2915CD;
 }
 .AnyTagClassName
 {
   color: #2915CD;
 }
</style>

background-color css

<style>
 a { background-color: #2915CD; }

 a { background-color: rgb(41,21,205); }

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

border-color css

<style>
 span { border-color: #2915CD; }

 span { border-color: rgb(41,21,205); }

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