#3300CC

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

Shades of Medium Blue #3300CC

Tints of Medium Blue #3300CC

Color information

#3300CC (or 0x3300CC) is unknown color: approx Medium Blue. HEX triplet: 33, 00 and CC. RGB value is (51,0,204). Sum of RGB (Red+Green+Blue) = 51+0+204=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 204 (80.08% from 255 or 80% from 255); Max value from RGB is 204 - color contains mainly: blue. Hex color #3300CC is a web safe color. Inversed color of #3300CC is #CCFF33. Grayscale: #252525. Windows color (decimal): -13434676 or 13369395. OLE color: 13369395.

HSL color Cylindrical-coordinate representation of color #3300CC: hue angle of 255º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3300CC is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB510204-
CMYK0.75100.2
HSL255º100%40%-
HSV(B)255º100%80%-
XYZ12.265.0657.46-
YUV38.5221.4136.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 80%
R=20%
G=0%
B=80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal5102040.75100.225510040
Hex330CC4B64014ff6428
Octal63031411314402437714450
Binary11001101100110010010111100100010100111111111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3300CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3300CC; }

 p { color: rgb(51,0,204); }

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

<style>
 a { background-color: #3300CC; }

 a { background-color: rgb(51,0,204); }

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

<style>
 span { border-color: #3300CC; }

 span { border-color: rgb(51,0,204); }

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