#3B5CBC

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

Shades of Free Speech Blue #3B5CBC

Tints of Free Speech Blue #3B5CBC

Color information

#3B5CBC (or 0x3B5CBC) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 5C and BC. RGB value is (59,92,188). Sum of RGB (Red+Green+Blue) = 59+92+188=339 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.40% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #3B5CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B5CBC is #C4A343. Grayscale: #5C5C5C. Windows color (decimal): -12886852 or 12344379. OLE color: 12344379.

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

Color convert

RGB5992188-
CMYK0.690.5100.26
HSL224.65º52.23%48.43%-
HSV(B)224.65º68.62%73.73%-
XYZ14.7112.2149.16-
YUV93.08181.57103.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.40%
GREEN value IS 92 (36.33% from 255) = 27.14%
BLUE value IS 188 (73.83% from 255) = 55.46%
R=17.40%
G=27.14%
B=55.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal59921880.690.5100.26224.6552.2348.43
Hex3B5CBC453301Ae13430
Octal73134274105630323416460
Binary111011101110010111100100010111001101101011100001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,92,188); }

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

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

 a { background-color: rgb(59,92,188); }

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

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

 span { border-color: rgb(59,92,188); }

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