#3b58cf

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

Shades of Free Speech Blue #3B58CF

Tints of Free Speech Blue #3B58CF

Color information

#3B58CF (or 0x3B58CF) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 58 and CF. RGB value is (59,88,207). Sum of RGB (Red+Green+Blue) = 59+88+207=354 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.67% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #3B58CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B58CF is #C4A730. Grayscale: #5C5C5C. Windows color (decimal): -12887857 or 13588539. OLE color: 13588539.

HSL color Cylindrical-coordinate representation of color #3B58CF: hue angle of 228.24º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B58CF is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5988207-
CMYK0.710.5700.19
HSL228.24º60.66%52.16%-
HSV(B)228.24º71.5%81.18%-
XYZ16.5612.4160.56-
YUV92.9192.39103.82-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.67%
GREEN value IS 88 (34.77% from 255) = 24.86%
BLUE value IS 207 (81.25% from 255) = 58.47%
R=16.67%
G=24.86%
B=58.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal59882070.710.5700.19228.2460.6652.16
Hex3B58CF4739013e43d34
Octal73130317107710233447564
Binary111011101100011001111100011111100101001111100100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b58cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,88,207); }

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

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

 a { background-color: rgb(59,88,207); }

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

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

 span { border-color: rgb(59,88,207); }

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