#3652d6

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

Shades of Free Speech Blue #3652D6

Tints of Free Speech Blue #3652D6

Color information

#3652D6 (or 0x3652D6) is unknown color: approx Free Speech Blue. HEX triplet: 36, 52 and D6. RGB value is (54,82,214). Sum of RGB (Red+Green+Blue) = 54+82+214=350 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.43% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 214 (83.98% from 255 or 61.14% from 350); Max value from RGB is 214 - color contains mainly: blue. Hex color #3652D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3652D6 is #C9AD29. Grayscale: #585858. Windows color (decimal): -13217066 or 14045750. OLE color: 14045750.

HSL color Cylindrical-coordinate representation of color #3652D6: hue angle of 229.5º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3652D6 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5482214-
CMYK0.750.6200.16
HSL229.5º66.12%52.55%-
HSV(B)229.5º74.77%83.92%-
XYZ16.6811.6764.99-
YUV88.68198.72103.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.43%
GREEN value IS 82 (32.42% from 255) = 23.43%
BLUE value IS 214 (83.98% from 255) = 61.14%
R=15.43%
G=23.43%
B=61.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal54822140.750.6200.16229.566.1252.55
Hex3652D64B3E010e64235
Octal661223261137602034610265
Binary1101101010010110101101001011111110010000111001101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3652d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3652d6; }

 p { color: rgb(54,82,214); }

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

<style>
 a { background-color: #3652d6; }

 a { background-color: rgb(54,82,214); }

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

<style>
 span { border-color: #3652d6; }

 span { border-color: rgb(54,82,214); }

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