#3961CA

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

Shades of Free Speech Blue #3961CA

Tints of Free Speech Blue #3961CA

Color information

#3961CA (or 0x3961CA) is unknown color: approx Free Speech Blue. HEX triplet: 39, 61 and CA. RGB value is (57,97,202). Sum of RGB (Red+Green+Blue) = 57+97+202=356 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.01% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #3961CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3961CA is #C69E35. Grayscale: #606060. Windows color (decimal): -13016630 or 13263161. OLE color: 13263161.

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

Color convert

RGB5797202-
CMYK0.720.5200.21
HSL223.45º57.77%50.78%-
HSV(B)223.45º71.78%79.22%-
XYZ16.6213.6857.64-
YUV97.01187.2599.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.01%
GREEN value IS 97 (38.28% from 255) = 27.25%
BLUE value IS 202 (79.30% from 255) = 56.74%
R=16.01%
G=27.25%
B=56.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal57972020.720.5200.21223.4557.7750.78
Hex3961CA4834015df3a33
Octal71141312110640253377263
Binary111001110000111001010100100011010001010111011111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3961CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,97,202); }

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

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

 a { background-color: rgb(57,97,202); }

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

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

 span { border-color: rgb(57,97,202); }

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