#3950CC

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

Shades of Free Speech Blue #3950CC

Tints of Free Speech Blue #3950CC

Color information

#3950CC (or 0x3950CC) is unknown color: approx Free Speech Blue. HEX triplet: 39, 50 and CC. RGB value is (57,80,204). Sum of RGB (Red+Green+Blue) = 57+80+204=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #3950CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3950CC is #C6AF33. Grayscale: #565656. Windows color (decimal): -13020980 or 13389881. OLE color: 13389881.

HSL color Cylindrical-coordinate representation of color #3950CC: hue angle of 230.61º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3950CC is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5780204-
CMYK0.720.6100.2
HSL230.61º59.04%51.18%-
HSV(B)230.61º72.06%80%-
XYZ15.4610.9758.43-
YUV87.26193.88106.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.72%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 204 (80.08% from 255) = 59.82%
R=16.72%
G=23.46%
B=59.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal57802040.720.6100.2230.6159.0451.18
Hex3950CC483D014e73b33
Octal71120314110750243477363
Binary111001101000011001100100100011110101010011100111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3950CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3950CC; }

 p { color: rgb(57,80,204); }

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

<style>
 a { background-color: #3950CC; }

 a { background-color: rgb(57,80,204); }

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

<style>
 span { border-color: #3950CC; }

 span { border-color: rgb(57,80,204); }

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