#3853BE

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

Shades of Free Speech Blue #3853BE

Tints of Free Speech Blue #3853BE

Color information

#3853BE (or 0x3853BE) is unknown color: approx Free Speech Blue. HEX triplet: 38, 53 and BE. RGB value is (56,83,190). Sum of RGB (Red+Green+Blue) = 56+83+190=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #3853BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3853BE is #C7AC41. Grayscale: #565656. Windows color (decimal): -13085762 or 12473144. OLE color: 12473144.

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

Color convert

RGB5683190-
CMYK0.710.5600.25
HSL227.91º54.47%48.24%-
HSV(B)227.91º70.53%74.51%-
XYZ14.0210.7450.05-
YUV87.12186.05105.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.02%
GREEN value IS 83 (32.81% from 255) = 25.23%
BLUE value IS 190 (74.61% from 255) = 57.75%
R=17.02%
G=25.23%
B=57.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal56831900.710.5600.25227.9154.4748.24
Hex3853BE4738019e43630
Octal70123276107700313446660
Binary111000101001110111110100011111100001100111100100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3853BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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