#3857c8

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

Shades of Free Speech Blue #3857C8

Tints of Free Speech Blue #3857C8

Color information

#3857C8 (or 0x3857C8) is unknown color: approx Free Speech Blue. HEX triplet: 38, 57 and C8. RGB value is (56,87,200). Sum of RGB (Red+Green+Blue) = 56+87+200=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 200 (78.52% from 255 or 58.31% from 343); Max value from RGB is 200 - color contains mainly: blue. Hex color #3857C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3857C8 is #C7A837. Grayscale: #5A5A5A. Windows color (decimal): -13084728 or 13129528. OLE color: 13129528.

HSL color Cylindrical-coordinate representation of color #3857C8: hue angle of 227.08º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3857C8 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5687200-
CMYK0.720.5600.22
HSL227.08º56.69%50.2%-
HSV(B)227.08º72%78.43%-
XYZ15.4611.8356.11-
YUV90.61189.73103.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.33%
GREEN value IS 87 (34.38% from 255) = 25.36%
BLUE value IS 200 (78.52% from 255) = 58.31%
R=16.33%
G=25.36%
B=58.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal56872000.720.5600.22227.0856.6950.2
Hex3857C84838016e33932
Octal70127310110700263437162
Binary111000101011111001000100100011100001011011100011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3857c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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