#3B52D0

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

Shades of Free Speech Blue #3B52D0

Tints of Free Speech Blue #3B52D0

Color information

#3B52D0 (or 0x3B52D0) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 52 and D0. RGB value is (59,82,208). Sum of RGB (Red+Green+Blue) = 59+82+208=349 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.91% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 208 (81.64% from 255 or 59.60% from 349); Max value from RGB is 208 - color contains mainly: blue. Hex color #3B52D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B52D0 is #C4AD2F. Grayscale: #585858. Windows color (decimal): -12889392 or 13652539. OLE color: 13652539.

HSL color Cylindrical-coordinate representation of color #3B52D0: hue angle of 230.74º 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 #3B52D0 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5982208-
CMYK0.720.6100.18
HSL230.74º61.32%52.35%-
HSV(B)230.74º71.63%81.57%-
XYZ16.2111.5261.04-
YUV89.49194.88106.25-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.91%
GREEN value IS 82 (32.42% from 255) = 23.50%
BLUE value IS 208 (81.64% from 255) = 59.60%
R=16.91%
G=23.50%
B=59.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal59822080.720.6100.18230.7461.3252.35
Hex3B52D0483D012e73d34
Octal73122320110750223477564
Binary111011101001011010000100100011110101001011100111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B52D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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