#3852BF

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

Shades of Free Speech Blue #3852BF

Tints of Free Speech Blue #3852BF

Color information

#3852BF (or 0x3852BF) is unknown color: approx Free Speech Blue. HEX triplet: 38, 52 and BF. RGB value is (56,82,191). Sum of RGB (Red+Green+Blue) = 56+82+191=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #3852BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3852BF is #C7AD40. Grayscale: #565656. Windows color (decimal): -13086017 or 12538424. OLE color: 12538424.

HSL color Cylindrical-coordinate representation of color #3852BF: hue angle of 228.44º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3852BF is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5682191-
CMYK0.710.5700.25
HSL228.44º54.66%48.43%-
HSV(B)228.44º70.68%74.9%-
XYZ14.0510.6450.6-
YUV86.65186.89106.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.02%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 191 (75% from 255) = 58.05%
R=17.02%
G=24.92%
B=58.05%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal56821910.710.5700.25228.4454.6648.43
Hex3852BF4739019e43730
Octal70122277107710313446760
Binary111000101001010111111100011111100101100111100100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3852BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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