Html Css Color HEX #393FD2 Free Speech Blue

📋 copy color: '#393FD2'

red 57 ◦ green 63 ◦ blue 210

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

Shades of Free Speech Blue #393FD2

Tints of Free Speech Blue #393FD2

RGB

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

 GREEN value IS 63 (25% from 255) = 19.09%

 BLUE value IS 210 (82.42% from 255) = 63.64%

R = 17.27%
G = 19.09%
B = 63.64%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#393FD2 (or 0x393FD2) is known color: Free Speech Blue. HEX triplet: 39, 3F and D2. RGB value is (57,63,210). Sum of RGB (Red+Green+Blue) = 57+63+210=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 210 (82.42% from 255 or 63.64% from 330); Max value from RGB is 210 - color contains mainly: blue. Hex color #393FD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393FD2 is #C6C02D. Grayscale: #4D4D4D. Windows color (decimal): -13025326 or 13778745. OLE color: 13778745.

HSL color Cylindrical-coordinate representation of color #393FD2: hue angle of 237.65º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #393FD2 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 57 63 210 -
CMYK 0.73 0.70 0 0.18
HSL 237.65º 0.63% 0.52% -
HSV(B) 237.65º 0.73% 0.82% -
XYZ 15.1 9.08 61.93 -
YUV 77.96 202.51 113.05 -
System Red Green Blue C M Y K H S L
Decimal 57 63 210 0.73 0.70 0 0.18 237.65 0.63 0.52
Hex 39 3F D2 49 46 0 12 EE 3F 34
Octal 71 77 322 111 106 0 22 356 77 64
Binary 111001 111111 11010010 1001001 1000110 0 10010 11101110 111111 110100

Color Harmonies of #393FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393FD2

Black with #393FD2

Text Example


Text Example

White with #393FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,63,210); }

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

background-color css

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

 a { background-color: rgb(57,63,210); }

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

border-color css

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

 span { border-color: rgb(57,63,210); }

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