#3852B9

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

Shades of Free Speech Blue #3852B9

Tints of Free Speech Blue #3852B9

Color information

#3852B9 (or 0x3852B9) is unknown color: approx Free Speech Blue. HEX triplet: 38, 52 and B9. RGB value is (56,82,185). Sum of RGB (Red+Green+Blue) = 56+82+185=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 185 (72.66% from 255 or 57.28% from 323); Max value from RGB is 185 - color contains mainly: blue. Hex color #3852B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3852B9 is #C7AD46. Grayscale: #555555. Windows color (decimal): -13086023 or 12145208. OLE color: 12145208.

HSL color Cylindrical-coordinate representation of color #3852B9: hue angle of 227.91º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3852B9 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5682185-
CMYK0.700.5600.27
HSL227.91º53.53%47.25%-
HSV(B)227.91º69.73%72.55%-
XYZ13.4110.3847.2-
YUV85.97183.89106.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.34%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 185 (72.66% from 255) = 57.28%
R=17.34%
G=25.39%
B=57.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal56821850.700.5600.27227.9153.5347.25
Hex3852B9463801Be4362f
Octal70122271106700333446657
Binary111000101001010111001100011011100001101111100100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3852B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3852B9; }

 p { color: rgb(56,82,185); }

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

<style>
 a { background-color: #3852B9; }

 a { background-color: rgb(56,82,185); }

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

<style>
 span { border-color: #3852B9; }

 span { border-color: rgb(56,82,185); }

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