#3312CC

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

Shades of Medium Blue #3312CC

Tints of Medium Blue #3312CC

Color information

#3312CC (or 0x3312CC) is unknown color: approx Medium Blue. HEX triplet: 33, 12 and CC. RGB value is (51,18,204). Sum of RGB (Red+Green+Blue) = 51+18+204=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 204 (80.08% from 255 or 74.73% from 273); Max value from RGB is 204 - color contains mainly: blue. Hex color #3312CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3312CC is #CCED33. Grayscale: #303030. Windows color (decimal): -13430068 or 13374003. OLE color: 13374003.

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

Color convert

RGB5118204-
CMYK0.750.9100.2
HSL250.65º83.78%43.53%-
HSV(B)250.65º91.18%80%-
XYZ12.485.557.53-
YUV49.07215.43129.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.68%
GREEN value IS 18 (7.42% from 255) = 6.59%
BLUE value IS 204 (80.08% from 255) = 74.73%
R=18.68%
G=6.59%
B=74.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal51182040.750.9100.2250.6583.7843.53
Hex3312CC4B5B014fb542c
Octal632231411313302437312454
Binary110011100101100110010010111011011010100111110111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3312CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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