#3841BA

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

Shades of Free Speech Blue #3841BA

Tints of Free Speech Blue #3841BA

Color information

#3841BA (or 0x3841BA) is unknown color: approx Free Speech Blue. HEX triplet: 38, 41 and BA. RGB value is (56,65,186). Sum of RGB (Red+Green+Blue) = 56+65+186=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #3841BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3841BA is #C7BE45. Grayscale: #4B4B4B. Windows color (decimal): -13090374 or 12206392. OLE color: 12206392.

HSL color Cylindrical-coordinate representation of color #3841BA: hue angle of 235.85º 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 #3841BA is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5665186-
CMYK0.700.6500.27
HSL235.85º53.72%47.45%-
HSV(B)235.85º69.89%72.94%-
XYZ12.388.1747.38-
YUV76.1190.02113.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.24%
GREEN value IS 65 (25.78% from 255) = 21.17%
BLUE value IS 186 (73.05% from 255) = 60.59%
R=18.24%
G=21.17%
B=60.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal56651860.700.6500.27235.8553.7247.45
Hex3841BA464101Bec362f
Octal701012721061010333546657
Binary1110001000001101110101000110100000101101111101100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3841BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3841BA; }

 p { color: rgb(56,65,186); }

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

<style>
 a { background-color: #3841BA; }

 a { background-color: rgb(56,65,186); }

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

<style>
 span { border-color: #3841BA; }

 span { border-color: rgb(56,65,186); }

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