#3857CD

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

Shades of Free Speech Blue #3857CD

Tints of Free Speech Blue #3857CD

Color information

#3857CD (or 0x3857CD) is unknown color: approx Free Speech Blue. HEX triplet: 38, 57 and CD. RGB value is (56,87,205). Sum of RGB (Red+Green+Blue) = 56+87+205=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #3857CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3857CD is #C7A832. Grayscale: #5A5A5A. Windows color (decimal): -13084723 or 13457208. OLE color: 13457208.

HSL color Cylindrical-coordinate representation of color #3857CD: hue angle of 227.52º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3857CD is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5687205-
CMYK0.730.5800.20
HSL227.52º59.84%51.18%-
HSV(B)227.52º72.68%80.39%-
XYZ16.0612.0659.24-
YUV91.18192.23102.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.09%
GREEN value IS 87 (34.38% from 255) = 25%
BLUE value IS 205 (80.47% from 255) = 58.91%
R=16.09%
G=25%
B=58.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal56872050.730.5800.20227.5259.8451.18
Hex3857CD493A014e43c33
Octal70127315111720243447463
Binary111000101011111001101100100111101001010011100100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3857CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3857CD; }

 p { color: rgb(56,87,205); }

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

<style>
 a { background-color: #3857CD; }

 a { background-color: rgb(56,87,205); }

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

<style>
 span { border-color: #3857CD; }

 span { border-color: rgb(56,87,205); }

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