#3350DA

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

Shades of Free Speech Blue #3350DA

Tints of Free Speech Blue #3350DA

Color information

#3350DA (or 0x3350DA) is unknown color: approx Free Speech Blue. HEX triplet: 33, 50 and DA. RGB value is (51,80,218). Sum of RGB (Red+Green+Blue) = 51+80+218=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #3350DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3350DA is #CCAF25. Grayscale: #565656. Windows color (decimal): -13414182 or 14307379. OLE color: 14307379.

HSL color Cylindrical-coordinate representation of color #3350DA: hue angle of 229.58º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3350DA is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5180218-
CMYK0.770.6300.15
HSL229.58º69.29%52.75%-
HSV(B)229.58º76.61%85.49%-
XYZ16.8911.567.66-
YUV87.06201.89102.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.61%
GREEN value IS 80 (31.64% from 255) = 22.92%
BLUE value IS 218 (85.55% from 255) = 62.46%
R=14.61%
G=22.92%
B=62.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal51802180.770.6300.15229.5869.2952.75
Hex3350DA4D3F0Fe64535
Octal631203321157701734610565
Binary110011101000011011010100110111111101111111001101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3350DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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