#3865BE

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

Shades of Free Speech Blue #3865BE

Tints of Free Speech Blue #3865BE

Color information

#3865BE (or 0x3865BE) is unknown color: approx Free Speech Blue. HEX triplet: 38, 65 and BE. RGB value is (56,101,190). Sum of RGB (Red+Green+Blue) = 56+101+190=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #3865BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3865BE is #C79A41. Grayscale: #616161. Windows color (decimal): -13081154 or 12477752. OLE color: 12477752.

HSL color Cylindrical-coordinate representation of color #3865BE: hue angle of 219.85º degrees, saturation: 0.54, 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 #3865BE is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB56101190-
CMYK0.710.4700.25
HSL219.85º54.47%48.24%-
HSV(B)219.85º70.53%74.51%-
XYZ15.5813.8750.57-
YUV97.69180.0998.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.14%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 190 (74.61% from 255) = 54.76%
R=16.14%
G=29.11%
B=54.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal561011900.710.4700.25219.8554.4748.24
Hex3865BE472F019dc3630
Octal70145276107570313346660
Binary111000110010110111110100011110111101100111011100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3865BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3865BE; }

 p { color: rgb(56,101,190); }

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

<style>
 a { background-color: #3865BE; }

 a { background-color: rgb(56,101,190); }

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

<style>
 span { border-color: #3865BE; }

 span { border-color: rgb(56,101,190); }

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