#3C5BBF

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

Shades of Free Speech Blue #3C5BBF

Tints of Free Speech Blue #3C5BBF

Color information

#3C5BBF (or 0x3C5BBF) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 5B and BF. RGB value is (60,91,191). Sum of RGB (Red+Green+Blue) = 60+91+191=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C5BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5BBF is #C3A440. Grayscale: #5C5C5C. Windows color (decimal): -12821569 or 12540732. OLE color: 12540732.

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

Color convert

RGB6091191-
CMYK0.690.5200.25
HSL225.8º52.19%49.22%-
HSV(B)225.8º68.59%74.9%-
XYZ15.0112.250.85-
YUV93.13183.23104.37-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.54%
GREEN value IS 91 (35.94% from 255) = 26.61%
BLUE value IS 191 (75% from 255) = 55.85%
R=17.54%
G=26.61%
B=55.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60911910.690.5200.25225.852.1949.22
Hex3C5BBF4534019e23431
Octal74133277105640313426461
Binary111100101101110111111100010111010001100111100010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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