#3855BE

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

Shades of Free Speech Blue #3855BE

Tints of Free Speech Blue #3855BE

Color information

#3855BE (or 0x3855BE) is unknown color: approx Free Speech Blue. HEX triplet: 38, 55 and BE. RGB value is (56,85,190). Sum of RGB (Red+Green+Blue) = 56+85+190=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #3855BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3855BE is #C7AA41. Grayscale: #575757. Windows color (decimal): -13085250 or 12473656. OLE color: 12473656.

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

Color convert

RGB5685190-
CMYK0.710.5500.25
HSL227.01º54.47%48.24%-
HSV(B)227.01º70.53%74.51%-
XYZ14.1711.0650.1-
YUV88.3185.39104.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.92%
GREEN value IS 85 (33.59% from 255) = 25.68%
BLUE value IS 190 (74.61% from 255) = 57.40%
R=16.92%
G=25.68%
B=57.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal56851900.710.5500.25227.0154.4748.24
Hex3855BE4737019e33630
Octal70125276107670313436660
Binary111000101010110111110100011111011101100111100011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3855BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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