#3B58D0

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

Shades of Free Speech Blue #3B58D0

Tints of Free Speech Blue #3B58D0

Color information

#3B58D0 (or 0x3B58D0) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 58 and D0. RGB value is (59,88,208). Sum of RGB (Red+Green+Blue) = 59+88+208=355 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.62% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 208 (81.64% from 255 or 58.59% from 355); Max value from RGB is 208 - color contains mainly: blue. Hex color #3B58D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B58D0 is #C4A72F. Grayscale: #5C5C5C. Windows color (decimal): -12887856 or 13654075. OLE color: 13654075.

HSL color Cylindrical-coordinate representation of color #3B58D0: hue angle of 228.32º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B58D0 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5988208-
CMYK0.720.5800.18
HSL228.32º61.32%52.35%-
HSV(B)228.32º71.63%81.57%-
XYZ16.6812.4661.2-
YUV93.01192.89103.74-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.62%
GREEN value IS 88 (34.77% from 255) = 24.79%
BLUE value IS 208 (81.64% from 255) = 58.59%
R=16.62%
G=24.79%
B=58.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal59882080.720.5800.18228.3261.3252.35
Hex3B58D0483A012e43d34
Octal73130320110720223447564
Binary111011101100011010000100100011101001001011100100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B58D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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