#3C5FBF

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

Shades of Free Speech Blue #3C5FBF

Tints of Free Speech Blue #3C5FBF

Color information

#3C5FBF (or 0x3C5FBF) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 5F and BF. RGB value is (60,95,191). Sum of RGB (Red+Green+Blue) = 60+95+191=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C5FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5FBF is #C3A040. Grayscale: #5F5F5F. Windows color (decimal): -12820545 or 12541756. OLE color: 12541756.

HSL color Cylindrical-coordinate representation of color #3C5FBF: hue angle of 223.97º 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 #3C5FBF is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6095191-
CMYK0.690.5000.25
HSL223.97º52.19%49.22%-
HSV(B)223.97º68.59%74.9%-
XYZ15.3612.9150.97-
YUV95.48181.9102.69-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.34%
GREEN value IS 95 (37.5% from 255) = 27.46%
BLUE value IS 191 (75% from 255) = 55.20%
R=17.34%
G=27.46%
B=55.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60951910.690.5000.25223.9752.1949.22
Hex3C5FBF4532019e03431
Octal74137277105620313406461
Binary111100101111110111111100010111001001100111100000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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