Html Css Color HEX #320ECD Medium Blue

📋 copy color: '#320ECD'

red 50 ◦ green 14 ◦ blue 205

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

Shades of Medium Blue #320ECD

Tints of Medium Blue #320ECD

RGB

 RED value IS 50 (19.92% from 255) = 18.59%

 GREEN value IS 14 (5.86% from 255) = 5.2%

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

R = 18.59%
G = 5.2%
B = 76.21%

CMYK

 C value IS 0.76

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#320ECD (or 0x320ECD) is known color: Medium Blue. HEX triplet: 32, 0E and CD. RGB value is (50,14,205). Sum of RGB (Red+Green+Blue) = 50+14+205=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 205 (80.47% from 255 or 76.21% from 269); Max value from RGB is 205 - color contains mainly: blue. Hex color #320ECD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320ECD is #CDF132. Grayscale: #2D2D2D. Windows color (decimal): -13496627 or 13438514. OLE color: 13438514.

HSL color Cylindrical-coordinate representation of color #320ECD: hue angle of 251.31º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #320ECD is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 14 205 -
CMYK 0.76 0.93 0 0.20
HSL 251.31º 0.87% 0.43% -
HSV(B) 251.31º 0.93% 0.8% -
XYZ 12.49 5.4 58.14 -
YUV 46.54 217.43 130.47 -
System Red Green Blue C M Y K H S L
Decimal 50 14 205 0.76 0.93 0 0.20 251.31 0.87 0.43
Hex 32 E CD 4C 5D 0 14 FB 57 2B
Octal 62 16 315 114 135 0 24 373 127 53
Binary 110010 1110 11001101 1001100 1011101 0 10100 11111011 1010111 101011

Color Harmonies of #320ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320ECD

Black with #320ECD

Text Example


Text Example

White with #320ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320ECD; }

 p { color: rgb(50,14,205); }

 H1.HeaderClassName
 {
   color: #320ECD;
 }
 .AnyTagClassName
 {
   color: #320ECD;
 }
</style>

background-color css

<style>
 a { background-color: #320ECD; }

 a { background-color: rgb(50,14,205); }

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

border-color css

<style>
 span { border-color: #320ECD; }

 span { border-color: rgb(50,14,205); }

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