#3854D6

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

Shades of Free Speech Blue #3854D6

Tints of Free Speech Blue #3854D6

Color information

#3854D6 (or 0x3854D6) is unknown color: approx Free Speech Blue. HEX triplet: 38, 54 and D6. RGB value is (56,84,214). Sum of RGB (Red+Green+Blue) = 56+84+214=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 214 (83.98% from 255 or 60.45% from 354); Max value from RGB is 214 - color contains mainly: blue. Hex color #3854D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3854D6 is #C7AB29. Grayscale: #595959. Windows color (decimal): -13085482 or 14046264. OLE color: 14046264.

HSL color Cylindrical-coordinate representation of color #3854D6: hue angle of 229.37º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3854D6 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5684214-
CMYK0.740.6100.16
HSL229.37º65.83%52.94%-
HSV(B)229.37º73.83%83.92%-
XYZ16.9412.0465.05-
YUV90.45197.72103.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.82%
GREEN value IS 84 (33.20% from 255) = 23.73%
BLUE value IS 214 (83.98% from 255) = 60.45%
R=15.82%
G=23.73%
B=60.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal56842140.740.6100.16229.3765.8352.94
Hex3854D64A3D010e54235
Octal701243261127502034510265
Binary1110001010100110101101001010111101010000111001011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3854D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3854D6; }

 p { color: rgb(56,84,214); }

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

<style>
 a { background-color: #3854D6; }

 a { background-color: rgb(56,84,214); }

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

<style>
 span { border-color: #3854D6; }

 span { border-color: rgb(56,84,214); }

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