#3656CA

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

Shades of Free Speech Blue #3656CA

Tints of Free Speech Blue #3656CA

Color information

#3656CA (or 0x3656CA) is unknown color: approx Free Speech Blue. HEX triplet: 36, 56 and CA. RGB value is (54,86,202). Sum of RGB (Red+Green+Blue) = 54+86+202=342 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.79% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 202 (79.30% from 255 or 59.06% from 342); Max value from RGB is 202 - color contains mainly: blue. Hex color #3656CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3656CA is #C9A935. Grayscale: #595959. Windows color (decimal): -13216054 or 13260342. OLE color: 13260342.

HSL color Cylindrical-coordinate representation of color #3656CA: hue angle of 227.03º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3656CA is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5486202-
CMYK0.730.5700.21
HSL227.03º58.27%50.2%-
HSV(B)227.03º73.27%79.22%-
XYZ15.5111.757.32-
YUV89.66191.4102.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.79%
GREEN value IS 86 (33.98% from 255) = 25.15%
BLUE value IS 202 (79.30% from 255) = 59.06%
R=15.79%
G=25.15%
B=59.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal54862020.730.5700.21227.0358.2750.2
Hex3656CA4939015e33a32
Octal66126312111710253437262
Binary110110101011011001010100100111100101010111100011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3656CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3656CA; }

 p { color: rgb(54,86,202); }

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

<style>
 a { background-color: #3656CA; }

 a { background-color: rgb(54,86,202); }

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

<style>
 span { border-color: #3656CA; }

 span { border-color: rgb(54,86,202); }

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