Html Css Color HEX #393ECF Free Speech Blue

📋 copy color: '#393ECF'

red 57 ◦ green 62 ◦ blue 207

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

Shades of Free Speech Blue #393ECF

Tints of Free Speech Blue #393ECF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.02%

 BLUE value IS 207 (81.25% from 255) = 63.5%

R = 17.48%
G = 19.02%
B = 63.5%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#393ECF (or 0x393ECF) is known color: Free Speech Blue. HEX triplet: 39, 3E and CF. RGB value is (57,62,207). Sum of RGB (Red+Green+Blue) = 57+62+207=326 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.48% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #393ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393ECF is #C6C130. Grayscale: #4C4C4C. Windows color (decimal): -13025585 or 13581881. OLE color: 13581881.

HSL color Cylindrical-coordinate representation of color #393ECF: hue angle of 238º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #393ECF is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 62 207 -
CMYK 0.72 0.70 0 0.19
HSL 238º 0.61% 0.52% -
HSV(B) 238º 0.72% 0.81% -
XYZ 14.67 8.82 59.96 -
YUV 77.04 201.34 113.71 -
System Red Green Blue C M Y K H S L
Decimal 57 62 207 0.72 0.70 0 0.19 238 0.61 0.52
Hex 39 3E CF 48 46 0 13 EE 3D 34
Octal 71 76 317 110 106 0 23 356 75 64
Binary 111001 111110 11001111 1001000 1000110 0 10011 11101110 111101 110100

Color Harmonies of #393ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393ECF

Black with #393ECF

Text Example


Text Example

White with #393ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,62,207); }

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

background-color css

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

 a { background-color: rgb(57,62,207); }

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

border-color css

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

 span { border-color: rgb(57,62,207); }

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