#3357CB

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

Shades of Free Speech Blue #3357CB

Tints of Free Speech Blue #3357CB

Color information

#3357CB (or 0x3357CB) is unknown color: approx Free Speech Blue. HEX triplet: 33, 57 and CB. RGB value is (51,87,203). Sum of RGB (Red+Green+Blue) = 51+87+203=341 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.96% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #3357CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3357CB is #CCA834. Grayscale: #585858. Windows color (decimal): -13412405 or 13326131. OLE color: 13326131.

HSL color Cylindrical-coordinate representation of color #3357CB: hue angle of 225.79º 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 #3357CB is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5187203-
CMYK0.750.5700.20
HSL225.79º59.84%49.8%-
HSV(B)225.79º74.88%79.61%-
XYZ15.5511.8357.96-
YUV89.46192.07100.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.96%
GREEN value IS 87 (34.38% from 255) = 25.51%
BLUE value IS 203 (79.69% from 255) = 59.53%
R=14.96%
G=25.51%
B=59.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal51872030.750.5700.20225.7959.8449.8
Hex3357CB4B39014e23c32
Octal63127313113710243427462
Binary110011101011111001011100101111100101010011100010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3357CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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