#3955CC

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

Shades of Free Speech Blue #3955CC

Tints of Free Speech Blue #3955CC

Color information

#3955CC (or 0x3955CC) is unknown color: approx Free Speech Blue. HEX triplet: 39, 55 and CC. RGB value is (57,85,204). Sum of RGB (Red+Green+Blue) = 57+85+204=346 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.47% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #3955CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3955CC is #C6AA33. Grayscale: #595959. Windows color (decimal): -13019700 or 13391161. OLE color: 13391161.

HSL color Cylindrical-coordinate representation of color #3955CC: hue angle of 228.57º 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 #3955CC is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5785204-
CMYK0.720.5800.2
HSL228.57º59.04%51.18%-
HSV(B)228.57º72.06%80%-
XYZ15.8311.7358.56-
YUV90.19192.22104.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.47%
GREEN value IS 85 (33.59% from 255) = 24.57%
BLUE value IS 204 (80.08% from 255) = 58.96%
R=16.47%
G=24.57%
B=58.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal57852040.720.5800.2228.5759.0451.18
Hex3955CC483A014e53b33
Octal71125314110720243457363
Binary111001101010111001100100100011101001010011100101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3955CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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