#3B5CD3

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

Shades of Free Speech Blue #3B5CD3

Tints of Free Speech Blue #3B5CD3

Color information

#3B5CD3 (or 0x3B5CD3) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 5C and D3. RGB value is (59,92,211). Sum of RGB (Red+Green+Blue) = 59+92+211=362 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.30% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 211 (82.81% from 255 or 58.29% from 362); Max value from RGB is 211 - color contains mainly: blue. Hex color #3B5CD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B5CD3 is #C4A32C. Grayscale: #5F5F5F. Windows color (decimal): -12886829 or 13851707. OLE color: 13851707.

HSL color Cylindrical-coordinate representation of color #3B5CD3: hue angle of 226.97º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B5CD3 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB5992211-
CMYK0.720.5600.17
HSL226.97º63.33%52.94%-
HSV(B)226.97º72.04%82.75%-
XYZ17.3913.2963.28-
YUV95.7193.07101.82-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.30%
GREEN value IS 92 (36.33% from 255) = 25.41%
BLUE value IS 211 (82.81% from 255) = 58.29%
R=16.30%
G=25.41%
B=58.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal59922110.720.5600.17226.9763.3352.94
Hex3B5CD34838011e33f35
Octal73134323110700213437765
Binary111011101110011010011100100011100001000111100011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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