#3a55bc

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

Shades of Free Speech Blue #3A55BC

Tints of Free Speech Blue #3A55BC

Color information

#3A55BC (or 0x3A55BC) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 55 and BC. RGB value is (58,85,188). Sum of RGB (Red+Green+Blue) = 58+85+188=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A55BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A55BC is #C5AA43. Grayscale: #585858. Windows color (decimal): -12954180 or 12342586. OLE color: 12342586.

HSL color Cylindrical-coordinate representation of color #3A55BC: hue angle of 227.54º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A55BC is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5885188-
CMYK0.690.5500.26
HSL227.54º52.85%48.24%-
HSV(B)227.54º69.15%73.73%-
XYZ14.0711.0348.96-
YUV88.67184.05106.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.52%
GREEN value IS 85 (33.59% from 255) = 25.68%
BLUE value IS 188 (73.83% from 255) = 56.80%
R=17.52%
G=25.68%
B=56.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal58851880.690.5500.26227.5452.8548.24
Hex3A55BC453701Ae43530
Octal72125274105670323446560
Binary111010101010110111100100010111011101101011100100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a55bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3a55bc; }

 p { color: rgb(58,85,188); }

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

<style>
 a { background-color: #3a55bc; }

 a { background-color: rgb(58,85,188); }

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

<style>
 span { border-color: #3a55bc; }

 span { border-color: rgb(58,85,188); }

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