#330AC0

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

Shades of Medium Blue #330AC0

Tints of Medium Blue #330AC0

Color information

#330AC0 (or 0x330AC0) is unknown color: approx Medium Blue. HEX triplet: 33, 0A and C0. RGB value is (51,10,192). Sum of RGB (Red+Green+Blue) = 51+10+192=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 192 (75.39% from 255 or 75.89% from 253); Max value from RGB is 192 - color contains mainly: blue. Hex color #330AC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330AC0 is #CCF53F. Grayscale: #2A2A2A. Windows color (decimal): -13432128 or 12585523. OLE color: 12585523.

HSL color Cylindrical-coordinate representation of color #330AC0: hue angle of 253.52º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330AC0 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5110192-
CMYK0.730.9500.25
HSL253.52º90.1%39.61%-
HSV(B)253.52º94.79%75.29%-
XYZ10.994.7350.2-
YUV43.01212.08133.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.16%
GREEN value IS 10 (4.30% from 255) = 3.95%
BLUE value IS 192 (75.39% from 255) = 75.89%
R=20.16%
G=3.95%
B=75.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51101920.730.9500.25253.5290.139.61
Hex33AC0495F019fe5a28
Octal631230011113703137613250
Binary11001110101100000010010011011111011001111111101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330AC0; }

 p { color: rgb(51,10,192); }

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

<style>
 a { background-color: #330AC0; }

 a { background-color: rgb(51,10,192); }

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

<style>
 span { border-color: #330AC0; }

 span { border-color: rgb(51,10,192); }

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