Html Css Color HEX #320CC7 Medium Blue

📋 copy color: '#320CC7'

red 50 ◦ green 12 ◦ blue 199

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

Shades of Medium Blue #320CC7

Tints of Medium Blue #320CC7

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.6%

 BLUE value IS 199 (78.13% from 255) = 76.25%

R = 19.16%
G = 4.6%
B = 76.25%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#320CC7 (or 0x320CC7) is known color: Medium Blue. HEX triplet: 32, 0C and C7. RGB value is (50,12,199). Sum of RGB (Red+Green+Blue) = 50+12+199=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 199 (78.12% from 255 or 76.25% from 261); Max value from RGB is 199 - color contains mainly: blue. Hex color #320CC7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320CC7 is #CDF338. Grayscale: #2B2B2B. Windows color (decimal): -13497145 or 13044786. OLE color: 13044786.

HSL color Cylindrical-coordinate representation of color #320CC7: hue angle of 252.19º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320CC7 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 50 12 199 -
CMYK 0.75 0.94 0 0.22
HSL 252.19º 0.89% 0.41% -
HSV(B) 252.19º 0.94% 0.78% -
XYZ 11.76 5.06 54.39 -
YUV 44.68 215.09 131.79 -
System Red Green Blue C M Y K H S L
Decimal 50 12 199 0.75 0.94 0 0.22 252.19 0.89 0.41
Hex 32 C C7 4B 5E 0 16 FC 59 29
Octal 62 14 307 113 136 0 26 374 131 51
Binary 110010 1100 11000111 1001011 1011110 0 10110 11111100 1011001 101001

Color Harmonies of #320CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320CC7

Black with #320CC7

Text Example


Text Example

White with #320CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,12,199); }

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

background-color css

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

 a { background-color: rgb(50,12,199); }

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

border-color css

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

 span { border-color: rgb(50,12,199); }

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