Html Css Color HEX #393FDF Free Speech Blue

📋 copy color: '#393FDF'

red 57 ◦ green 63 ◦ blue 223

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

Shades of Free Speech Blue #393FDF

Tints of Free Speech Blue #393FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.01%

R = 16.62%
G = 18.37%
B = 65.01%

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

#393FDF (or 0x393FDF) is known color: Free Speech Blue. HEX triplet: 39, 3F and DF. RGB value is (57,63,223). Sum of RGB (Red+Green+Blue) = 57+63+223=343 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.62% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #393FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393FDF is #C6C020. Grayscale: #4E4E4E. Windows color (decimal): -13025313 or 14630713. OLE color: 14630713.

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

Color convert

RGB 57 63 223 -
CMYK 0.74 0.72 0 0.13
HSL 237.83º 0.72% 0.55% -
HSV(B) 237.83º 0.74% 0.87% -
XYZ 16.78 9.75 70.81 -
YUV 79.45 209.01 111.99 -
System Red Green Blue C M Y K H S L
Decimal 57 63 223 0.74 0.72 0 0.13 237.83 0.72 0.55
Hex 39 3F DF 4A 48 0 D EE 48 37
Octal 71 77 337 112 110 0 15 356 110 67
Binary 111001 111111 11011111 1001010 1001000 0 1101 11101110 1001000 110111

Color Harmonies of #393FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393FDF

Black with #393FDF

Text Example


Text Example

White with #393FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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