#3962CA

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

Shades of Free Speech Blue #3962CA

Tints of Free Speech Blue #3962CA

Color information

#3962CA (or 0x3962CA) is unknown color: approx Free Speech Blue. HEX triplet: 39, 62 and CA. RGB value is (57,98,202). Sum of RGB (Red+Green+Blue) = 57+98+202=357 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.97% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #3962CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3962CA is #C69D35. Grayscale: #616161. Windows color (decimal): -13016374 or 13263417. OLE color: 13263417.

HSL color Cylindrical-coordinate representation of color #3962CA: hue angle of 223.03º 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 #3962CA is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5798202-
CMYK0.720.5100.21
HSL223.03º57.77%50.78%-
HSV(B)223.03º71.78%79.22%-
XYZ16.7213.8757.67-
YUV97.6186.9299.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.97%
GREEN value IS 98 (38.67% from 255) = 27.45%
BLUE value IS 202 (79.30% from 255) = 56.58%
R=15.97%
G=27.45%
B=56.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal57982020.720.5100.21223.0357.7750.78
Hex3962CA4833015df3a33
Octal71142312110630253377263
Binary111001110001011001010100100011001101010111011111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3962CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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