#3C5ABF

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

Shades of Free Speech Blue #3C5ABF

Tints of Free Speech Blue #3C5ABF

Color information

#3C5ABF (or 0x3C5ABF) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 5A and BF. RGB value is (60,90,191). Sum of RGB (Red+Green+Blue) = 60+90+191=341 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.60% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C5ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5ABF is #C3A540. Grayscale: #5C5C5C. Windows color (decimal): -12821825 or 12540476. OLE color: 12540476.

HSL color Cylindrical-coordinate representation of color #3C5ABF: hue angle of 226.26º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C5ABF is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6090191-
CMYK0.690.5300.25
HSL226.26º52.19%49.22%-
HSV(B)226.26º68.59%74.9%-
XYZ14.9212.0350.83-
YUV92.54183.56104.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.60%
GREEN value IS 90 (35.55% from 255) = 26.39%
BLUE value IS 191 (75% from 255) = 56.01%
R=17.60%
G=26.39%
B=56.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60901910.690.5300.25226.2652.1949.22
Hex3C5ABF4535019e23431
Octal74132277105650313426461
Binary111100101101010111111100010111010101100111100010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,90,191); }

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

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

 a { background-color: rgb(60,90,191); }

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

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

 span { border-color: rgb(60,90,191); }

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