#320CBD

Color #320CBD Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #320CBD

Tints of Medium Blue #320CBD

Color information

#320CBD (or 0x320CBD) is unknown color: approx Medium Blue. HEX triplet: 32, 0C and BD. RGB value is (50,12,189). Sum of RGB (Red+Green+Blue) = 50+12+189=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 189 (74.22% from 255 or 75.30% from 251); Max value from RGB is 189 - color contains mainly: blue. Hex color #320CBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320CBD is #CDF342. Grayscale: #2A2A2A. Windows color (decimal): -13497155 or 12389426. OLE color: 12389426.

HSL color Cylindrical-coordinate representation of color #320CBD: hue angle of 252.88º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320CBD is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5012189-
CMYK0.740.9400.26
HSL252.88º88.06%39.41%-
HSV(B)252.88º93.65%74.12%-
XYZ10.634.6248.47-
YUV43.54210.09132.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 12 (5.08% from 255) = 4.78%
BLUE value IS 189 (74.22% from 255) = 75.30%
R=19.92%
G=4.78%
B=75.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal50121890.740.9400.26252.8888.0639.41
Hex32CBD4A5E01Afd5827
Octal621427511213603237513047
Binary11001011001011110110010101011110011010111111011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #320CBD;
 }
 .AnyTagClassName
 {
   color: #320CBD;
 }
</style>
background-color css

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

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

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

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

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

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