Html Css Color HEX #393DDD Free Speech Blue

📋 copy color: '#393DDD'

red 57 ◦ green 61 ◦ blue 221

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

Shades of Free Speech Blue #393DDD

Tints of Free Speech Blue #393DDD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.99%

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

R = 16.81%
G = 17.99%
B = 65.19%

CMYK

 C value IS 0.74

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#393DDD (or 0x393DDD) is known color: Free Speech Blue. HEX triplet: 39, 3D and DD. RGB value is (57,61,221). Sum of RGB (Red+Green+Blue) = 57+61+221=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #393DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393DDD is #C6C222. Grayscale: #4D4D4D. Windows color (decimal): -13025827 or 14499129. OLE color: 14499129.

HSL color Cylindrical-coordinate representation of color #393DDD: hue angle of 238.54º 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 #393DDD is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 57 61 221 -
CMYK 0.74 0.72 0 0.13
HSL 238.54º 0.71% 0.55% -
HSV(B) 238.54º 0.74% 0.87% -
XYZ 16.41 9.43 69.36 -
YUV 78.04 208.67 112.99 -
System Red Green Blue C M Y K H S L
Decimal 57 61 221 0.74 0.72 0 0.13 238.54 0.71 0.55
Hex 39 3D DD 4A 48 0 D EF 47 37
Octal 71 75 335 112 110 0 15 357 107 67
Binary 111001 111101 11011101 1001010 1001000 0 1101 11101111 1000111 110111

Color Harmonies of #393DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393DDD

Black with #393DDD

Text Example


Text Example

White with #393DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393DDD; }

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

 H1.HeaderClassName
 {
   color: #393DDD;
 }
 .AnyTagClassName
 {
   color: #393DDD;
 }
</style>

background-color css

<style>
 a { background-color: #393DDD; }

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

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

border-color css

<style>
 span { border-color: #393DDD; }

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

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