Html Css Color HEX #320BC4 Medium Blue

📋 copy color: '#320BC4'

red 50 ◦ green 11 ◦ blue 196

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

Shades of Medium Blue #320BC4

Tints of Medium Blue #320BC4

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.28%

 BLUE value IS 196 (76.95% from 255) = 76.26%

R = 19.46%
G = 4.28%
B = 76.26%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#320BC4 (or 0x320BC4) is known color: Medium Blue. HEX triplet: 32, 0B and C4. RGB value is (50,11,196). Sum of RGB (Red+Green+Blue) = 50+11+196=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 196 (76.95% from 255 or 76.26% from 257); Max value from RGB is 196 - color contains mainly: blue. Hex color #320BC4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320BC4 is #CDF43B. Grayscale: #2B2B2B. Windows color (decimal): -13497404 or 12847922. OLE color: 12847922.

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

Color convert

RGB 50 11 196 -
CMYK 0.74 0.94 0 0.23
HSL 252.65º 0.89% 0.41% -
HSV(B) 252.65º 0.94% 0.77% -
XYZ 11.4 4.9 52.57 -
YUV 43.75 213.92 132.46 -
System Red Green Blue C M Y K H S L
Decimal 50 11 196 0.74 0.94 0 0.23 252.65 0.89 0.41
Hex 32 B C4 4A 5E 0 17 FD 59 29
Octal 62 13 304 112 136 0 27 375 131 51
Binary 110010 1011 11000100 1001010 1011110 0 10111 11111101 1011001 101001

Color Harmonies of #320BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320BC4

Black with #320BC4

Text Example


Text Example

White with #320BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,11,196); }

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

background-color css

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

 a { background-color: rgb(50,11,196); }

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

border-color css

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

 span { border-color: rgb(50,11,196); }

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