#3851C1

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

Shades of Free Speech Blue #3851C1

Tints of Free Speech Blue #3851C1

Color information

#3851C1 (or 0x3851C1) is unknown color: approx Free Speech Blue. HEX triplet: 38, 51 and C1. RGB value is (56,81,193). Sum of RGB (Red+Green+Blue) = 56+81+193=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 193 (75.78% from 255 or 58.48% from 330); Max value from RGB is 193 - color contains mainly: blue. Hex color #3851C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3851C1 is #C7AE3E. Grayscale: #555555. Windows color (decimal): -13086271 or 12669240. OLE color: 12669240.

HSL color Cylindrical-coordinate representation of color #3851C1: hue angle of 229.05º 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 #3851C1 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5681193-
CMYK0.710.5800.24
HSL229.05º55.02%48.82%-
HSV(B)229.05º70.98%75.69%-
XYZ14.210.5851.75-
YUV86.29188.22106.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.97%
GREEN value IS 81 (32.03% from 255) = 24.55%
BLUE value IS 193 (75.78% from 255) = 58.48%
R=16.97%
G=24.55%
B=58.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal56811930.710.5800.24229.0555.0248.82
Hex3851C1473A018e53731
Octal70121301107720303456761
Binary111000101000111000001100011111101001100011100101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3851C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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