#3346CB

Color #3346CB Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3346CB

Tints of Free Speech Blue #3346CB

Color information

#3346CB (or 0x3346CB) is unknown color: approx Free Speech Blue. HEX triplet: 33, 46 and CB. RGB value is (51,70,203). Sum of RGB (Red+Green+Blue) = 51+70+203=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #3346CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3346CB is #CCB934. Grayscale: #4E4E4E. Windows color (decimal): -13416757 or 13321779. OLE color: 13321779.

HSL color Cylindrical-coordinate representation of color #3346CB: hue angle of 232.5º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3346CB is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5170203-
CMYK0.750.6600.20
HSL232.5º59.84%49.8%-
HSV(B)232.5º74.88%79.61%-
XYZ14.339.457.56-
YUV79.48197.71107.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.74%
GREEN value IS 70 (27.73% from 255) = 21.60%
BLUE value IS 203 (79.69% from 255) = 62.65%
R=15.74%
G=21.60%
B=62.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal51702030.750.6600.20232.559.8449.8
Hex3346CB4B42014e83c32
Octal631063131131020243507462
Binary1100111000110110010111001011100001001010011101000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3346CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3346CB; }

 p { color: rgb(51,70,203); }

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

<style>
 a { background-color: #3346CB; }

 a { background-color: rgb(51,70,203); }

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

<style>
 span { border-color: #3346CB; }

 span { border-color: rgb(51,70,203); }

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