#3949DA

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

Shades of Free Speech Blue #3949DA

Tints of Free Speech Blue #3949DA

Color information

#3949DA (or 0x3949DA) is unknown color: approx Free Speech Blue. HEX triplet: 39, 49 and DA. RGB value is (57,73,218). Sum of RGB (Red+Green+Blue) = 57+73+218=348 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.38% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #3949DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3949DA is #C6B625. Grayscale: #545454. Windows color (decimal): -13022758 or 14305593. OLE color: 14305593.

HSL color Cylindrical-coordinate representation of color #3949DA: hue angle of 234.04º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3949DA is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5773218-
CMYK0.740.6700.15
HSL234.04º68.51%53.92%-
HSV(B)234.04º73.85%85.49%-
XYZ16.7210.767.51-
YUV84.75203.2108.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.38%
GREEN value IS 73 (28.91% from 255) = 20.98%
BLUE value IS 218 (85.55% from 255) = 62.64%
R=16.38%
G=20.98%
B=62.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal57732180.740.6700.15234.0468.5153.92
Hex3949DA4A430Fea4536
Octal7111133211210301735210566
Binary1110011001001110110101001010100001101111111010101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3949DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3949DA; }

 p { color: rgb(57,73,218); }

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

<style>
 a { background-color: #3949DA; }

 a { background-color: rgb(57,73,218); }

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

<style>
 span { border-color: #3949DA; }

 span { border-color: rgb(57,73,218); }

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