#3641D5

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

Shades of Free Speech Blue #3641D5

Tints of Free Speech Blue #3641D5

Color information

#3641D5 (or 0x3641D5) is unknown color: approx Free Speech Blue. HEX triplet: 36, 41 and D5. RGB value is (54,65,213). Sum of RGB (Red+Green+Blue) = 54+65+213=332 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.27% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 213 (83.59% from 255 or 64.16% from 332); Max value from RGB is 213 - color contains mainly: blue. Hex color #3641D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3641D5 is #C9BE2A. Grayscale: #4D4D4D. Windows color (decimal): -13221419 or 13975862. OLE color: 13975862.

HSL color Cylindrical-coordinate representation of color #3641D5: hue angle of 235.85º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3641D5 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5465213-
CMYK0.750.6900.16
HSL235.85º65.43%52.35%-
HSV(B)235.85º74.65%83.53%-
XYZ15.429.3763.95-
YUV78.58203.86110.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.27%
GREEN value IS 65 (25.78% from 255) = 19.58%
BLUE value IS 213 (83.59% from 255) = 64.16%
R=16.27%
G=19.58%
B=64.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal54652130.750.6900.16235.8565.4352.35
Hex3641D54B45010ec4134
Octal6610132511310502035410164
Binary11011010000011101010110010111000101010000111011001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3641D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3641D5; }

 p { color: rgb(54,65,213); }

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

<style>
 a { background-color: #3641D5; }

 a { background-color: rgb(54,65,213); }

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

<style>
 span { border-color: #3641D5; }

 span { border-color: rgb(54,65,213); }

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