#3849DD

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

Shades of Free Speech Blue #3849DD

Tints of Free Speech Blue #3849DD

Color information

#3849DD (or 0x3849DD) is unknown color: approx Free Speech Blue. HEX triplet: 38, 49 and DD. RGB value is (56,73,221). Sum of RGB (Red+Green+Blue) = 56+73+221=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #3849DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3849DD is #C7B622. Grayscale: #545454. Windows color (decimal): -13088291 or 14502200. OLE color: 14502200.

HSL color Cylindrical-coordinate representation of color #3849DD: hue angle of 233.82º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3849DD is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5673221-
CMYK0.750.6700.13
HSL233.82º70.82%54.31%-
HSV(B)233.82º74.66%86.67%-
XYZ17.0610.8369.6-
YUV84.79204.87107.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16%
GREEN value IS 73 (28.91% from 255) = 20.86%
BLUE value IS 221 (86.72% from 255) = 63.14%
R=16%
G=20.86%
B=63.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal56732210.750.6700.13233.8270.8254.31
Hex3849DD4B430Dea4736
Octal7011133511310301535210766
Binary1110001001001110111011001011100001101101111010101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3849DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3849DD; }

 p { color: rgb(56,73,221); }

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

<style>
 a { background-color: #3849DD; }

 a { background-color: rgb(56,73,221); }

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

<style>
 span { border-color: #3849DD; }

 span { border-color: rgb(56,73,221); }

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