#3846B7

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

Shades of Free Speech Blue #3846B7

Tints of Free Speech Blue #3846B7

Color information

#3846B7 (or 0x3846B7) is unknown color: approx Free Speech Blue. HEX triplet: 38, 46 and B7. RGB value is (56,70,183). Sum of RGB (Red+Green+Blue) = 56+70+183=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 183 (71.88% from 255 or 59.22% from 309); Max value from RGB is 183 - color contains mainly: blue. Hex color #3846B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3846B7 is #C7B948. Grayscale: #4E4E4E. Windows color (decimal): -13089097 or 12011064. OLE color: 12011064.

HSL color Cylindrical-coordinate representation of color #3846B7: hue angle of 233.39º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3846B7 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5670183-
CMYK0.690.6200.28
HSL233.39º53.14%46.86%-
HSV(B)233.39º69.4%71.76%-
XYZ12.378.6445.82-
YUV78.7186.86111.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.12%
GREEN value IS 70 (27.73% from 255) = 22.65%
BLUE value IS 183 (71.88% from 255) = 59.22%
R=18.12%
G=22.65%
B=59.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal56701830.690.6200.28233.3953.1446.86
Hex3846B7453E01Ce9352f
Octal70106267105760343516557
Binary111000100011010110111100010111111001110011101001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3846B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3846B7; }

 p { color: rgb(56,70,183); }

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

<style>
 a { background-color: #3846B7; }

 a { background-color: rgb(56,70,183); }

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

<style>
 span { border-color: #3846B7; }

 span { border-color: rgb(56,70,183); }

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