#3867BE

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

Shades of Free Speech Blue #3867BE

Tints of Free Speech Blue #3867BE

Color information

#3867BE (or 0x3867BE) is unknown color: approx Free Speech Blue. HEX triplet: 38, 67 and BE. RGB value is (56,103,190). Sum of RGB (Red+Green+Blue) = 56+103+190=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #3867BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3867BE is #C79841. Grayscale: #626262. Windows color (decimal): -13080642 or 12478264. OLE color: 12478264.

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

Color convert

RGB56103190-
CMYK0.710.4600.25
HSL218.96º54.47%48.24%-
HSV(B)218.96º70.53%74.51%-
XYZ15.7814.2650.64-
YUV98.86179.4397.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.05%
GREEN value IS 103 (40.62% from 255) = 29.51%
BLUE value IS 190 (74.61% from 255) = 54.44%
R=16.05%
G=29.51%
B=54.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal561031900.710.4600.25218.9654.4748.24
Hex3867BE472E019db3630
Octal70147276107560313336660
Binary111000110011110111110100011110111001100111011011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3867BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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