#3364CD

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

Shades of Free Speech Blue #3364CD

Tints of Free Speech Blue #3364CD

Color information

#3364CD (or 0x3364CD) is unknown color: approx Free Speech Blue. HEX triplet: 33, 64 and CD. RGB value is (51,100,205). Sum of RGB (Red+Green+Blue) = 51+100+205=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #3364CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3364CD is #CC9B32. Grayscale: #606060. Windows color (decimal): -13409075 or 13460531. OLE color: 13460531.

HSL color Cylindrical-coordinate representation of color #3364CD: hue angle of 220.91º degrees, saturation: 0.61, 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 #3364CD is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB51100205-
CMYK0.750.5100.20
HSL220.91º60.63%50.2%-
HSV(B)220.91º75.12%80.39%-
XYZ16.9414.2359.61-
YUV97.32188.7794.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.33%
GREEN value IS 100 (39.45% from 255) = 28.09%
BLUE value IS 205 (80.47% from 255) = 57.58%
R=14.33%
G=28.09%
B=57.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal511002050.750.5100.20220.9160.6350.2
Hex3364CD4B33014dd3d32
Octal63144315113630243357562
Binary110011110010011001101100101111001101010011011101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3364CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3364CD; }

 p { color: rgb(51,100,205); }

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

<style>
 a { background-color: #3364CD; }

 a { background-color: rgb(51,100,205); }

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

<style>
 span { border-color: #3364CD; }

 span { border-color: rgb(51,100,205); }

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