Html Css Color HEX #320ECB Medium Blue

📋 copy color: '#320ECB'

red 50 ◦ green 14 ◦ blue 203

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

Shades of Medium Blue #320ECB

Tints of Medium Blue #320ECB

RGB

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

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

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

R = 18.73%
G = 5.24%
B = 76.03%

CMYK

 C value IS 0.75

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#320ECB (or 0x320ECB) is known color: Medium Blue. HEX triplet: 32, 0E and CB. RGB value is (50,14,203). Sum of RGB (Red+Green+Blue) = 50+14+203=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 203 (79.69% from 255 or 76.03% from 267); Max value from RGB is 203 - color contains mainly: blue. Hex color #320ECB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320ECB is #CDF134. Grayscale: #2D2D2D. Windows color (decimal): -13496629 or 13307442. OLE color: 13307442.

HSL color Cylindrical-coordinate representation of color #320ECB: hue angle of 251.43º 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 #320ECB is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 14 203 -
CMYK 0.75 0.93 0 0.20
HSL 251.43º 0.87% 0.43% -
HSV(B) 251.43º 0.93% 0.8% -
XYZ 12.25 5.3 56.88 -
YUV 46.31 216.43 130.63 -
System Red Green Blue C M Y K H S L
Decimal 50 14 203 0.75 0.93 0 0.20 251.43 0.87 0.43
Hex 32 E CB 4B 5D 0 14 FB 57 2B
Octal 62 16 313 113 135 0 24 373 127 53
Binary 110010 1110 11001011 1001011 1011101 0 10100 11111011 1010111 101011

Color Harmonies of #320ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320ECB

Black with #320ECB

Text Example


Text Example

White with #320ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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