#3853C1

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

Shades of Free Speech Blue #3853C1

Tints of Free Speech Blue #3853C1

Color information

#3853C1 (or 0x3853C1) is unknown color: approx Free Speech Blue. HEX triplet: 38, 53 and C1. RGB value is (56,83,193). Sum of RGB (Red+Green+Blue) = 56+83+193=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 193 (75.78% from 255 or 58.13% from 332); Max value from RGB is 193 - color contains mainly: blue. Hex color #3853C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3853C1 is #C7AC3E. Grayscale: #575757. Windows color (decimal): -13085759 or 12669752. OLE color: 12669752.

HSL color Cylindrical-coordinate representation of color #3853C1: hue angle of 228.18º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3853C1 is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5683193-
CMYK0.710.5700.24
HSL228.18º55.02%48.82%-
HSV(B)228.18º70.98%75.69%-
XYZ14.3510.8851.8-
YUV87.47187.55105.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.87%
GREEN value IS 83 (32.81% from 255) = 25%
BLUE value IS 193 (75.78% from 255) = 58.13%
R=16.87%
G=25%
B=58.13%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal56831930.710.5700.24228.1855.0248.82
Hex3853C14739018e43731
Octal70123301107710303446761
Binary111000101001111000001100011111100101100011100100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3853C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3853C1; }

 p { color: rgb(56,83,193); }

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

<style>
 a { background-color: #3853C1; }

 a { background-color: rgb(56,83,193); }

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

<style>
 span { border-color: #3853C1; }

 span { border-color: rgb(56,83,193); }

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