Html Css Color HEX #393FDA Free Speech Blue

📋 copy color: '#393FDA'

red 57 ◦ green 63 ◦ blue 218

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

Shades of Free Speech Blue #393FDA

Tints of Free Speech Blue #393FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 64.5%

R = 16.86%
G = 18.64%
B = 64.5%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#393FDA (or 0x393FDA) is known color: Free Speech Blue. HEX triplet: 39, 3F and DA. RGB value is (57,63,218). Sum of RGB (Red+Green+Blue) = 57+63+218=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 218 (85.55% from 255 or 64.50% from 338); Max value from RGB is 218 - color contains mainly: blue. Hex color #393FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393FDA is #C6C025. Grayscale: #4E4E4E. Windows color (decimal): -13025318 or 14303033. OLE color: 14303033.

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

Color convert

RGB 57 63 218 -
CMYK 0.74 0.71 0 0.15
HSL 237.76º 0.69% 0.54% -
HSV(B) 237.76º 0.74% 0.85% -
XYZ 16.12 9.49 67.31 -
YUV 78.88 206.51 112.4 -
System Red Green Blue C M Y K H S L
Decimal 57 63 218 0.74 0.71 0 0.15 237.76 0.69 0.54
Hex 39 3F DA 4A 47 0 F EE 45 36
Octal 71 77 332 112 107 0 17 356 105 66
Binary 111001 111111 11011010 1001010 1000111 0 1111 11101110 1000101 110110

Color Harmonies of #393FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393FDA

Black with #393FDA

Text Example


Text Example

White with #393FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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