#3958C9

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

Shades of Free Speech Blue #3958C9

Tints of Free Speech Blue #3958C9

Color information

#3958C9 (or 0x3958C9) is unknown color: approx Free Speech Blue. HEX triplet: 39, 58 and C9. RGB value is (57,88,201). Sum of RGB (Red+Green+Blue) = 57+88+201=346 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.47% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 201 (78.91% from 255 or 58.09% from 346); Max value from RGB is 201 - color contains mainly: blue. Hex color #3958C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3958C9 is #C6A736. Grayscale: #5B5B5B. Windows color (decimal): -13018935 or 13195321. OLE color: 13195321.

HSL color Cylindrical-coordinate representation of color #3958C9: hue angle of 227.08º degrees, saturation: 0.57, 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 #3958C9 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5788201-
CMYK0.720.5600.21
HSL227.08º57.14%50.59%-
HSV(B)227.08º71.64%78.82%-
XYZ15.7212.0756.76-
YUV91.61189.73103.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.47%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 201 (78.91% from 255) = 58.09%
R=16.47%
G=25.43%
B=58.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal57882010.720.5600.21227.0857.1450.59
Hex3958C94838015e33933
Octal71130311110700253437163
Binary111001101100011001001100100011100001010111100011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3958C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3958C9; }

 p { color: rgb(57,88,201); }

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

<style>
 a { background-color: #3958C9; }

 a { background-color: rgb(57,88,201); }

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

<style>
 span { border-color: #3958C9; }

 span { border-color: rgb(57,88,201); }

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