Html Css Color HEX #3947DD Free Speech Blue

📋 copy color: '#3947DD'

red 57 ◦ green 71 ◦ blue 221

#3947DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #3947DD

Tints of Free Speech Blue #3947DD

RGB

 RED value IS 57 (22.66% from 255) = 16.33%

 GREEN value IS 71 (28.13% from 255) = 20.34%

 BLUE value IS 221 (86.72% from 255) = 63.32%

R = 16.33%
G = 20.34%
B = 63.32%

CMYK

 C value IS 0.74

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3947DD (or 0x3947DD) is known color: Free Speech Blue. HEX triplet: 39, 47 and DD. RGB value is (57,71,221). Sum of RGB (Red+Green+Blue) = 57+71+221=349 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.33% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #3947DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3947DD is #C6B822. Grayscale: #535353. Windows color (decimal): -13023267 or 14501689. OLE color: 14501689.

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

Color convert

RGB 57 71 221 -
CMYK 0.74 0.68 0 0.13
HSL 234.88º 0.71% 0.55% -
HSV(B) 234.88º 0.74% 0.87% -
XYZ 16.99 10.6 69.56 -
YUV 83.91 205.36 108.8 -
System Red Green Blue C M Y K H S L
Decimal 57 71 221 0.74 0.68 0 0.13 234.88 0.71 0.55
Hex 39 47 DD 4A 44 0 D EB 47 37
Octal 71 107 335 112 104 0 15 353 107 67
Binary 111001 1000111 11011101 1001010 1000100 0 1101 11101011 1000111 110111

Color Harmonies of #3947DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3947DD

Black with #3947DD

Text Example


Text Example

White with #3947DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,71,221); }

 H1.HeaderClassName
 {
   color: #3947DD;
 }
 .AnyTagClassName
 {
   color: #3947DD;
 }
</style>

background-color css

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

 a { background-color: rgb(57,71,221); }

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

border-color css

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

 span { border-color: rgb(57,71,221); }

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