#3755C8

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

Shades of Free Speech Blue #3755C8

Tints of Free Speech Blue #3755C8

Color information

#3755C8 (or 0x3755C8) is unknown color: approx Free Speech Blue. HEX triplet: 37, 55 and C8. RGB value is (55,85,200). Sum of RGB (Red+Green+Blue) = 55+85+200=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 200 (78.52% from 255 or 58.82% from 340); Max value from RGB is 200 - color contains mainly: blue. Hex color #3755C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3755C8 is #C8AA37. Grayscale: #585858. Windows color (decimal): -13150776 or 13129015. OLE color: 13129015.

HSL color Cylindrical-coordinate representation of color #3755C8: hue angle of 227.59º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3755C8 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5585200-
CMYK0.720.5800.22
HSL227.59º56.86%50%-
HSV(B)227.59º72.5%78.43%-
XYZ15.2511.4856.06-
YUV89.14190.56103.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.18%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 200 (78.52% from 255) = 58.82%
R=16.18%
G=25%
B=58.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal55852000.720.5800.22227.5956.8650
Hex3755C8483A016e43932
Octal67125310110720263447162
Binary110111101010111001000100100011101001011011100100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3755C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3755C8; }

 p { color: rgb(55,85,200); }

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

<style>
 a { background-color: #3755C8; }

 a { background-color: rgb(55,85,200); }

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

<style>
 span { border-color: #3755C8; }

 span { border-color: rgb(55,85,200); }

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