#3350CE

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

Shades of Free Speech Blue #3350CE

Tints of Free Speech Blue #3350CE

Color information

#3350CE (or 0x3350CE) is unknown color: approx Free Speech Blue. HEX triplet: 33, 50 and CE. RGB value is (51,80,206). Sum of RGB (Red+Green+Blue) = 51+80+206=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #3350CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3350CE is #CCAF31. Grayscale: #555555. Windows color (decimal): -13414194 or 13520947. OLE color: 13520947.

HSL color Cylindrical-coordinate representation of color #3350CE: hue angle of 228.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3350CE is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5180206-
CMYK0.750.6100.19
HSL228.77º61.26%50.39%-
HSV(B)228.77º75.24%80.78%-
XYZ15.3710.959.69-
YUV85.69195.89103.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.13%
GREEN value IS 80 (31.64% from 255) = 23.74%
BLUE value IS 206 (80.86% from 255) = 61.13%
R=15.13%
G=23.74%
B=61.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal51802060.750.6100.19228.7761.2650.39
Hex3350CE4B3D013e53d32
Octal63120316113750233457562
Binary110011101000011001110100101111110101001111100101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3350CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3350CE; }

 p { color: rgb(51,80,206); }

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

<style>
 a { background-color: #3350CE; }

 a { background-color: rgb(51,80,206); }

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

<style>
 span { border-color: #3350CE; }

 span { border-color: rgb(51,80,206); }

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